diff options
author | marino <marino@FreeBSD.org> | 2014-05-29 05:54:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-29 05:54:01 +0800 |
commit | dc0942209533059c8b138246234b0a7327eddbc4 (patch) | |
tree | 4a806f43d2f9ce4d47225d54e040d70ef1df0c1b /security | |
parent | 59b7f0e9577fb65501ceec06b70a41e717f4794f (diff) | |
download | freebsd-ports-gnome-dc0942209533059c8b138246234b0a7327eddbc4.tar.gz freebsd-ports-gnome-dc0942209533059c8b138246234b0a7327eddbc4.tar.zst freebsd-ports-gnome-dc0942209533059c8b138246234b0a7327eddbc4.zip |
2 more ports: convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive.
Approved by: general infrastructure blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/regripper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/regripper/Makefile b/security/regripper/Makefile index ebc85c564227..7784ace47542 100644 --- a/security/regripper/Makefile +++ b/security/regripper/Makefile @@ -6,7 +6,6 @@ DISTVERSION= 2.8 CATEGORIES= security MASTER_SITES= GOOGLE_CODE DISTNAME= rrv${DISTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for registry analysis in forensics examinations @@ -17,7 +16,7 @@ RUN_DEPENDS= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry NO_WRKSUBDIR= yes NO_BUILD= yes -USES= dos2unix perl5 +USES= dos2unix perl5 zip USE_PERL5= run PLIST_FILES= bin/rip.pl |