diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:22:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:22:29 +0800 |
commit | 05802ac6730e378036e64ad044b4089a65d8b4bb (patch) | |
tree | 186298837ac655126f454667bd4dcd3070f53ed3 /www | |
parent | 528c3bc95646ce627eacd136af0b09d15495b851 (diff) | |
download | freebsd-ports-gnome-05802ac6730e378036e64ad044b4089a65d8b4bb.tar.gz freebsd-ports-gnome-05802ac6730e378036e64ad044b4089a65d8b4bb.tar.zst freebsd-ports-gnome-05802ac6730e378036e64ad044b4089a65d8b4bb.zip |
Allow staging as a regular user
Diffstat (limited to 'www')
-rw-r--r-- | www/http_post/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/http_post/Makefile b/www/http_post/Makefile index 36702eefe863..5badb8e81aac 100644 --- a/www/http_post/Makefile +++ b/www/http_post/Makefile @@ -11,6 +11,7 @@ MAINTAINER= masaki@club.kyutech.ac.jp COMMENT= Do a POST operaion and Dump http-contents to stdout WRKSRC= ${WRKDIR}/http_post +USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= bin/http_post \ |