diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 19:04:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 19:04:57 +0800 |
commit | eb9ca1565260e10cfb3b9cc3ce4234f5b4188852 (patch) | |
tree | 28dbf739b0a22e78a07271eec837caa3e0b469e6 | |
parent | 1ed9f8a802f32b1143892c27e27b9757ea174232 (diff) | |
download | freebsd-ports-gnome-eb9ca1565260e10cfb3b9cc3ce4234f5b4188852.tar.gz freebsd-ports-gnome-eb9ca1565260e10cfb3b9cc3ce4234f5b4188852.tar.zst freebsd-ports-gnome-eb9ca1565260e10cfb3b9cc3ce4234f5b4188852.zip |
Allow staging as a regular user
-rw-r--r-- | games/bsdrain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bsdrain/Makefile b/games/bsdrain/Makefile index a3886a484629..df0338e87bef 100644 --- a/games/bsdrain/Makefile +++ b/games/bsdrain/Makefile @@ -14,6 +14,6 @@ COMMENT= The original BSD rain program, ported from NetBSD PLIST_FILES= bin/rain \ man/man6/rain.6.gz -USES= tar:bzip2 +USES= tar:bzip2 uidfix .include <bsd.port.mk> |