aboutsummaryrefslogtreecommitdiff
path: root/news/fidogate/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-03 15:20:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-03 15:20:17 +0000
commitb281c0d17a0f8c3618f16cba8f78e32e69a9b10c (patch)
tree371f2f220398f9848da904057240f5f0fc98feaf /news/fidogate/Makefile
parenta51790d63950be8fcd4e182341f0dda428f25329 (diff)
downloadports-b281c0d17a0f8c3618f16cba8f78e32e69a9b10c.tar.gz
ports-b281c0d17a0f8c3618f16cba8f78e32e69a9b10c.zip
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
Notes
Notes: svn path=/head/; revision=385282
Diffstat (limited to 'news/fidogate/Makefile')
-rw-r--r--news/fidogate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile
index 09df3aa611f9..4c22b57c0c31 100644
--- a/news/fidogate/Makefile
+++ b/news/fidogate/Makefile
@@ -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>