Index: head/security/skipfish/Makefile =================================================================== --- head/security/skipfish/Makefile (revision 421401) +++ head/security/skipfish/Makefile (revision 421402) @@ -1,42 +1,42 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= skipfish PORTVERSION= 2.10b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security www MASTER_SITES= GOOGLE_CODE MAINTAINER= zi@FreeBSD.org COMMENT= Fully automated, active web application security reconnaissance tool LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libidn.so:dns/libidn \ libpcre.so:devel/pcre USES= gmake tar:tgz USE_OPENSSL= yes SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS PORTDOCS= README COPYING ChangeLog post-patch: @${REINPLACE_CMD} -e 's:"skipfish.wl":"${DATADIR}/dictionaries/complete.wl":' \ -e 's:"assets":"${DATADIR}/assets":' ${WRKSRC}/src/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/skipfish ${STAGEDIR}${PREFIX}/bin/skipfish ${INSTALL_SCRIPT} ${WRKSRC}/tools/sfscandiff ${STAGEDIR}${PREFIX}/bin/sfscandiff ${INSTALL_MAN} ${WRKSRC}/doc/skipfish.1 ${STAGEDIR}${PREFIX}/man/man1 (cd ${WRKSRC}/assets/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/assets/) (cd ${WRKSRC}/dictionaries/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/dictionaries/) ${MKDIR} ${STAGEDIR}${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} . endfor .include Index: head/security/skipfish/files/pkg-message.in =================================================================== --- head/security/skipfish/files/pkg-message.in (revision 421401) +++ head/security/skipfish/files/pkg-message.in (revision 421402) @@ -1,14 +1,13 @@ ****************************************************************** The FreeBSD port is configured to use the "default" dictionary but -it's highly recommended to read the dictionaries document first in +it's highly recommended to review the other dictionaries and make +a selection appropriate for your environment. order to pick the right dictionary - -%%DATADIR%%/dictionaries/README-FIRST The skipfish dictionaries have been installed in the following directory: %%DATADIR%%/dictionaries/ ******************************************************************