diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 02:09:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 02:09:54 +0800 |
commit | 9ae5294e191abd04981bbe4940a66e215202337e (patch) | |
tree | 36f0a03aa2b05aaf81827cff632d761f0e8848a6 /net/sup | |
parent | 25071a8d80100b0eebe5446077e7d59eaad98c1a (diff) | |
download | freebsd-ports-gnome-9ae5294e191abd04981bbe4940a66e215202337e.tar.gz freebsd-ports-gnome-9ae5294e191abd04981bbe4940a66e215202337e.tar.zst freebsd-ports-gnome-9ae5294e191abd04981bbe4940a66e215202337e.zip |
Allow staging as a regular user
Diffstat (limited to 'net/sup')
-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 |