svn commit: r367572 - head/net/openbgpd

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 16:37:45 UTC 2014


Author: antoine
Date: Sun Sep  7 16:37:44 2014
New Revision: 367572
URL: http://svnweb.freebsd.org/changeset/ports/367572
QAT: https://qat.redports.org/buildarchive/r367572/

Log:
  Allow staging as a regular user

Modified:
  head/net/openbgpd/Makefile

Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile	Sun Sep  7 16:35:31 2014	(r367571)
+++ head/net/openbgpd/Makefile	Sun Sep  7 16:37:44 2014	(r367572)
@@ -20,6 +20,7 @@ CONFLICTS=	zebra-[0-9]* quagga-[0-9]*
 
 WRKSRC=		${WRKDIR}
 MAKE_ARGS=	-DFREEBSDPORTS
+USES=		uidfix
 USE_RC_SUBR=	${PORTNAME}
 PLIST_FILES=	sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \
 		man/man8/bgpctl.8.gz man/man8/bgpd.8.gz


More information about the svn-ports-head mailing list