svn commit: r367512 - head/games/bsdrain

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:04:58 UTC 2014


Author: antoine
Date: Sun Sep  7 11:04:57 2014
New Revision: 367512
URL: http://svnweb.freebsd.org/changeset/ports/367512
QAT: https://qat.redports.org/buildarchive/r367512/

Log:
  Allow staging as a regular user

Modified:
  head/games/bsdrain/Makefile

Modified: head/games/bsdrain/Makefile
==============================================================================
--- head/games/bsdrain/Makefile	Sun Sep  7 11:01:53 2014	(r367511)
+++ head/games/bsdrain/Makefile	Sun Sep  7 11:04:57 2014	(r367512)
@@ -14,6 +14,6 @@ COMMENT=	The original BSD rain program, 
 PLIST_FILES=	bin/rain \
 		man/man6/rain.6.gz
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list