On Sat, 5 Jun 2010, Landry Breuil wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2010/06/05 01:48:00 > > Modified files: > infrastructure/build: pkg_subst > > Log message: > Add -o/-g options to set owner/group on target file like install(1) does, > so that we can get rid of several ${SUBST_CMD} -c + chown constructs in > the tree. For example: > ${SUBST_CMD} -c src dest > chown username:groupname dest > becomes: > ${SUBST_CMD} -o username -g groupname -c src dest > comments & ok espie@
It would be nice it this was documented in bsd.port.mk(5). -- Antoine
