From b281c0d17a0f8c3618f16cba8f78e32e69a9b10c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 3 May 2015 15:20:17 +0000 Subject: 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 --- news/fidogate/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news/fidogate/Makefile') 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 -- cgit v1.2.3