aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 11:04:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 11:04:57 +0000
commit515fee97724ca964376a98b3e1788837aa3e632c (patch)
tree28dbf739b0a22e78a07271eec837caa3e0b469e6 /games
parentee4e63a05c312482ad93cb5ffd81ab6d6a9b09bb (diff)
downloadports-515fee97724ca964376a98b3e1788837aa3e632c.tar.gz
ports-515fee97724ca964376a98b3e1788837aa3e632c.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367512
Diffstat (limited to 'games')
-rw-r--r--games/bsdrain/Makefile2
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>