svn commit: r324182 - head/security/regripper

Antoine Brodin antoine at FreeBSD.org
Sat Aug 3 09:23:19 UTC 2013


Author: antoine
Date: Sat Aug  3 09:23:18 2013
New Revision: 324182
URL: http://svnweb.freebsd.org/changeset/ports/324182

Log:
  Convert regripper to USES=perl5

Modified:
  head/security/regripper/Makefile

Modified: head/security/regripper/Makefile
==============================================================================
--- head/security/regripper/Makefile	Sat Aug  3 08:45:51 2013	(r324181)
+++ head/security/regripper/Makefile	Sat Aug  3 09:23:18 2013	(r324182)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Parse-Win32Registry>=0:$
 NO_WRKSUBDIR=	yes
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 PLIST_FILES=	bin/rip.pl
 
 post-patch:


More information about the svn-ports-head mailing list