diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /security/skipfish | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Notes
Diffstat (limited to 'security/skipfish')
-rw-r--r-- | security/skipfish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index 53ca8dddc3a1..d2ccc71f5619 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 2.10b PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= Fully automated, active web application security reconnaissance tool @@ -17,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake +USES= gmake tar:tgz SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS |