svn commit: r385282 - head/news/fidogate
Baptiste Daroussin
bapt at FreeBSD.org
Sun May 3 15:20:18 UTC 2015
Author: bapt
Date: Sun May 3 15:20:17 2015
New Revision: 385282
URL: https://svnweb.freebsd.org/changeset/ports/385282
Log:
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
Modified:
head/news/fidogate/Makefile
Modified: head/news/fidogate/Makefile
==============================================================================
--- head/news/fidogate/Makefile Sun May 3 15:12:16 2015 (r385281)
+++ head/news/fidogate/Makefile Sun May 3 15:20:17 2015 (r385282)
@@ -10,7 +10,6 @@ MAINTAINER= dinoex at 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 gate
gatebau/msgid.tex gatebau/msgid.txt
OPTIONS_DEFINE= DOCS EXAMPLES
+GID!= id -g
+MAKE_ARGS= OWNER=${UID} GROUP=${GID}
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list