diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 18:09:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 18:09:54 +0000 |
commit | 949c4a8baea1e3d0abcde6c684e2e047706c3961 (patch) | |
tree | 36f0a03aa2b05aaf81827cff632d761f0e8848a6 | |
parent | 0c0685892de23e1f34fb3c328c50e9184dc3b2d3 (diff) | |
download | freebsd-ports-949c4a8baea1e3d0abcde6c684e2e047706c3961.zip |
Allow staging as a regular user
-rw-r--r-- | net/sup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 5607a10952b8..07fdb3b57c2c 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -12,7 +12,8 @@ COMMENT= CMU's Software Update Protocol package 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 |