Marked broken for 6.x: does not build

Approved by:	itetcu (mentor)
Reported by:	pointyhat
This commit is contained in:
Niels Heinen 2010-04-03 14:06:02 +00:00
parent ac509aeb05
commit f31130d4a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252129

View file

@ -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>