On 02/01 12:14, Jeremy Evans wrote: > I was originally going to fix a typo for CHOWN, but it doesn't look > like either of this variables exist anymore, so I'm guessing they > should be removed. > > Should this wait till after unlock, or is is OK to go in before?
I never got a response about this. Can I get an OK to commit this diff, as it appears these variables are no longer used? Jeremy > > Index: bsd.port.mk.5 > =================================================================== > RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v > retrieving revision 1.327 > diff -u -p -r1.327 bsd.port.mk.5 > --- bsd.port.mk.5 29 Dec 2011 17:31:42 -0000 1.327 > +++ bsd.port.mk.5 1 Feb 2012 20:10:02 -0000 > @@ -3276,18 +3276,6 @@ Base location where packages suitable fo > PERMIT_PACKAGE_CDROM) will be placed. > Now hardwired to > .Pa ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cdrom . > -.It Ev CHMOD > -Full path to > -.Xr chmod 1 , > -use > -.Xr chmod 1 > -directly. > -.It Ev CHOWN > -Full path to > -.Xr chmod 1 , > -use > -.Xr chmod 1 > -directly. > .It Ev COMMENT > Used to be the name of the comment file for a package. > It now holds the comment itself.