svn commit: r367582 - head/net/pxe-pdhcp

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 17:30:07 UTC 2014


Author: antoine
Date: Sun Sep  7 17:30:06 2014
New Revision: 367582
URL: http://svnweb.freebsd.org/changeset/ports/367582
QAT: https://qat.redports.org/buildarchive/r367582/

Log:
  Allow staging as a regular user

Modified:
  head/net/pxe-pdhcp/Makefile

Modified: head/net/pxe-pdhcp/Makefile
==============================================================================
--- head/net/pxe-pdhcp/Makefile	Sun Sep  7 17:26:08 2014	(r367581)
+++ head/net/pxe-pdhcp/Makefile	Sun Sep  7 17:30:06 2014	(r367582)
@@ -12,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/README.md
 
 WRKSRC=		${WRKDIR}/frsyuki-${PORTNAME}-a201b88
+USES=		uidfix
 SUB_FILES=	Makefile
 MAKE_ENV=	PORTDOCS=${PORT_OPTIONS:MDOCS}
 PLIST_FILES=	sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz


More information about the svn-ports-head mailing list