diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-19 11:06:10 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-19 11:06:10 +0000 |
commit | dca16a54b694680ef1b80852fccc719615f15d2b (patch) | |
tree | a77aaf8a18b049e4af90117a07b1a8c3762d273e /security/skipfish/Makefile | |
parent | 56ae4083fae66bfb85a98bd67848927b8e64402d (diff) |
Notes
Diffstat (limited to 'security/skipfish/Makefile')
-rw-r--r-- | security/skipfish/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index 85730ffd7233..edc6d678cb89 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= skipfish -PORTVERSION= 2.00b +PORTVERSION= 2.03b CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -13,12 +13,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= A fully automated, active web application security reconnaissance tool -LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn - LICENSE= ASL LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn + SUB_FILES= pkg-message +MAN1= skipfish.1 + .if !defined(NOPORTDOCS) PORTDOCS= README COPYING ChangeLog .endif @@ -32,6 +35,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/skipfish ${PREFIX}/bin/skipfish ${INSTALL_SCRIPT} ${WRKSRC}/sfscandiff ${PREFIX}/bin/sfscandiff + ${INSTALL_MAN} ${WRKSRC}/skipfish.1 ${PREFIX}/man/man1 (cd ${WRKSRC}/assets/ && ${COPYTREE_SHARE} . ${DATADIR}/assets/) (cd ${WRKSRC}/dictionaries/ && ${COPYTREE_SHARE} . ${DATADIR}/dictionaries/) .if !defined(NOPORTDOCS) |