update to 1.35 and install doc.
ok alek@
This commit is contained in:
parent
f09503bad2
commit
10a482e4f5
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2005/02/06 17:11:03 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2005/10/02 15:41:19 aanriot Exp $
|
||||
|
||||
COMMENT= "Web and CGI vulnerability scanner with SSL support"
|
||||
|
||||
DISTNAME= nikto-1.34
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= nikto-1.35
|
||||
CATEGORIES= security www
|
||||
|
||||
HOMEPAGE= http://www.cirt.net/code/nikto.shtml
|
||||
@ -26,13 +25,13 @@ PKG_ARCH= *
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/nikto
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nikto
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nikto
|
||||
|
||||
@perl -pi -e 's,# PLUGINDIR=.+,PLUGINDIR=${LOCALBASE}/share/nikto,' \
|
||||
${WRKSRC}/config.txt
|
||||
@perl -pi -e 's,config.txt,${SYSCONFDIR}/nikto.conf,' ${WRKSRC}/nikto.pl
|
||||
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/nikto.pl ${PREFIX}/bin/nikto
|
||||
@ln -s nikto ${PREFIX}/bin/nikto.pl
|
||||
${INSTALL_DATA} ${WRKSRC}/config.txt \
|
||||
${PREFIX}/share/examples/nikto/nikto.conf
|
||||
|
||||
@ -40,4 +39,8 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/plugins/$$i ${PREFIX}/share/nikto; \
|
||||
done
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/nikto_usage.txt ${PREFIX}/share/doc/nikto
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/README_plugins.txt ${PREFIX}/share/doc/nikto
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/nikto-1.34.man ${PREFIX}/man/man1/nikto.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (nikto-1.34.tar.gz) = 7b4398ddd422d8bea972a6f79670087b
|
||||
RMD160 (nikto-1.34.tar.gz) = 433e1f51164fd8b3145d667d4507147a00bfad39
|
||||
SHA1 (nikto-1.34.tar.gz) = 7e932bef107f3162d30425f698df652f522f653a
|
||||
SIZE (nikto-1.34.tar.gz) = 184320
|
||||
MD5 (nikto-1.35.tar.gz) = 74beeb1b8a3c04a29655500a5b66da44
|
||||
RMD160 (nikto-1.35.tar.gz) = d15079d704cde511adf6ac0f944c19dea9f3edd1
|
||||
SHA1 (nikto-1.35.tar.gz) = b77154ee5974149d6e7777aa912036fb53e7cdbe
|
||||
SIZE (nikto-1.35.tar.gz) = 192642
|
||||
|
@ -1,6 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/02/06 17:11:03 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/10/02 15:41:19 aanriot Exp $
|
||||
bin/nikto
|
||||
bin/nikto.pl
|
||||
@man man/man1/nikto.1
|
||||
share/doc/nikto/
|
||||
share/doc/nikto/README_plugins.txt
|
||||
share/doc/nikto/nikto_usage.txt
|
||||
share/examples/nikto/
|
||||
share/examples/nikto/nikto.conf
|
||||
@sample ${SYSCONFDIR}/nikto.conf
|
||||
|
Loading…
Reference in New Issue
Block a user