svn commit: r367369 - head/net/sup

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 18:09:54 UTC 2014


Author: antoine
Date: Fri Sep  5 18:09:54 2014
New Revision: 367369
URL: http://svnweb.freebsd.org/changeset/ports/367369
QAT: https://qat.redports.org/buildarchive/r367369/

Log:
  Allow staging as a regular user

Modified:
  head/net/sup/Makefile

Modified: head/net/sup/Makefile
==============================================================================
--- head/net/sup/Makefile	Fri Sep  5 18:07:10 2014	(r367368)
+++ head/net/sup/Makefile	Fri Sep  5 18:09:54 2014	(r367369)
@@ -12,7 +12,8 @@ COMMENT=	CMU's Software Update Protocol 
 LICENSE=	ISCL
 LICENSE_FILE=	${FILESDIR}/COPYING
 
-MAKE_ARGS+=	-DWITH_INSTALL_AS_USER
+USES=		uidfix
+
 PLIST_FILES=	bin/sup bin/supfilesrv bin/supscan \
 		man/man1/sup.1.gz man/man8/supfilesrv.8.gz \
 		man/man8/supscan.8.gz man/man8/supservers.8.gz


More information about the svn-ports-head mailing list