Allow packaging as a user by overwriting OWNER/GROUP

This does not change the final package at all given root/wheel are the default
when nothing is specified in the plist
This commit is contained in:
Baptiste Daroussin 2015-05-03 15:20:17 +00:00
parent a51790d639
commit b281c0d17a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385282

View file

@ -10,7 +10,6 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Fido-Internet Gateway and Tosser
MAKE_JOBS_UNSAFE= yes
NEED_ROOT= yes
USES= gmake perl5
@ -24,6 +23,8 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \
gatebau/msgid.tex gatebau/msgid.txt
OPTIONS_DEFINE= DOCS EXAMPLES
GID!= id -g
MAKE_ARGS= OWNER=${UID} GROUP=${GID}
.include <bsd.port.options.mk>