Date: Sun, 3 May 2015 15:20:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385282 - head/news/fidogate Message-ID: <201505031520.t43FKI8w038240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031520.t43FKI8w038240>