diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:09:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:09:35 +0800 |
commit | b8504e844b299e5edf8386655a4c21e8629083c2 (patch) | |
tree | 63f4bb293e89a0c696b6ba031229f33e1a579d46 | |
parent | c97a4ce695689429720667f11304be3c1f97dce1 (diff) | |
download | freebsd-ports-gnome-b8504e844b299e5edf8386655a4c21e8629083c2.tar.gz freebsd-ports-gnome-b8504e844b299e5edf8386655a4c21e8629083c2.tar.zst freebsd-ports-gnome-b8504e844b299e5edf8386655a4c21e8629083c2.zip |
Allow staging as a regular user
-rw-r--r-- | www/http_get/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/http_get/Makefile b/www/http_get/Makefile index 110b397422e0..bdaba5e352d0 100644 --- a/www/http_get/Makefile +++ b/www/http_get/Makefile @@ -11,6 +11,7 @@ MAINTAINER= masaki@club.kyutech.ac.jp COMMENT= Dump http-contents to stdout WRKSRC= ${WRKDIR}/http_get +USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= bin/http_get \ |