aboutsummaryrefslogtreecommitdiff
path: root/security/skipfish
diff options
context:
space:
mode:
authorNiels Heinen <niels@FreeBSD.org>2010-04-03 14:06:02 +0000
committerNiels Heinen <niels@FreeBSD.org>2010-04-03 14:06:02 +0000
commitf31130d4a5974be185444c759c9c8cc6229de0c4 (patch)
tree19c2451cb5e264324c89b75ca176f5b7967f9238 /security/skipfish
parentac509aeb0594b5f1e65bd98adcc326a804ee0020 (diff)
downloadports-f31130d4a5974be185444c759c9c8cc6229de0c4.tar.gz
ports-f31130d4a5974be185444c759c9c8cc6229de0c4.zip
Notes
Diffstat (limited to 'security/skipfish')
-rw-r--r--security/skipfish/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile
index 2877a33203e9..c4450dbccb42 100644
--- a/security/skipfish/Makefile
+++ b/security/skipfish/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= rpsfa@rit.edu
COMMENT= A fully automated, active web application security reconnaissance tool
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn
+
SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -22,6 +23,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= README COPYING ChangeLog
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.x yet
+.endif
+
post-patch:
@${SED} -ie 's:assets:${DATADIR}/assets:g' ${WRKSRC}/report.c
@${SED} -ie 's:assets/:${DATADIR}/assets/:g' ${WRKSRC}/skipfish.c
@@ -41,4 +48,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>