diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 01:30:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 01:30:06 +0800 |
commit | b57830e3adeab957c6ffb3d9002d18782ca96948 (patch) | |
tree | 74de07b7f0a23acaff49b3e4a0ad4dafb314052c /net | |
parent | a97716cd1d710f47fc13dae5030a5859b6c6e1f6 (diff) | |
download | freebsd-ports-gnome-b57830e3adeab957c6ffb3d9002d18782ca96948.tar.gz freebsd-ports-gnome-b57830e3adeab957c6ffb3d9002d18782ca96948.tar.zst freebsd-ports-gnome-b57830e3adeab957c6ffb3d9002d18782ca96948.zip |
Allow staging as a regular user
Diffstat (limited to 'net')
-rw-r--r-- | net/pxe-pdhcp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/pxe-pdhcp/Makefile b/net/pxe-pdhcp/Makefile index b53cbe6386bb..7b6c065f4d95 100644 --- a/net/pxe-pdhcp/Makefile +++ b/net/pxe-pdhcp/Makefile @@ -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 |