svn commit: r367869 - head/sysutils/manck

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 16:08:52 UTC 2014


Author: antoine
Date: Wed Sep 10 16:08:51 2014
New Revision: 367869
URL: http://svnweb.freebsd.org/changeset/ports/367869
QAT: https://qat.redports.org/buildarchive/r367869/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/manck/Makefile

Modified: head/sysutils/manck/Makefile
==============================================================================
--- head/sysutils/manck/Makefile	Wed Sep 10 15:48:37 2014	(r367868)
+++ head/sysutils/manck/Makefile	Wed Sep 10 16:08:51 2014	(r367869)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://wolfram.schneider.o
 MAINTAINER=	wosch at FreeBSD.org
 COMMENT=	Manual page consistency checker
 
-USES=		perl5 shebangfix
+USES=		perl5 shebangfix uidfix
 USE_PERL5=	run
 SHEBANG_FILES=	manck.pl
 


More information about the svn-ports-head mailing list