Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 18:09:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367369 - head/net/sup
Message-ID:  <201409051809.s85I9sSY049349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409051809.s85I9sSY049349>