diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-05 05:03:49 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-05 05:03:49 +0800 |
commit | 95bf82ea5be5047f7ed8e50215e27afb90fca916 (patch) | |
tree | 0619c6ee367171b18e057923cbb5f47c5175c25e /security/nikto/Makefile | |
parent | 042fe2d5ea38c94098e2f920448134e44b745703 (diff) | |
download | freebsd-ports-gnome-95bf82ea5be5047f7ed8e50215e27afb90fca916.tar.gz freebsd-ports-gnome-95bf82ea5be5047f7ed8e50215e27afb90fca916.tar.zst freebsd-ports-gnome-95bf82ea5be5047f7ed8e50215e27afb90fca916.zip |
Update to 1.36
Diffstat (limited to 'security/nikto/Makefile')
-rw-r--r-- | security/nikto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 8a9f0d7fb268..709ab065f94e 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -8,11 +8,11 @@ # PORTNAME= nikto -PORTVERSION= 1.35 -PORTREVISION= 2 +PORTVERSION= 1.36 CATEGORIES= security www MASTER_SITES= http://www.cirt.net/${PORTNAME}/ \ http://www.mirrors.wiretapped.net/security/vulnerability-assessment/${PORTNAME}/ \ + http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ MAINTAINER= itetcu@FreeBSD.org @@ -48,7 +48,7 @@ post-patch: @${REINPLACE_CMD} -e 's:\$NIKTO{plugindir}/../docs/CHANGES.txt:\$NIKTO{plugindir}/../docs/nikto/CHANGES.txt:' \ -e 's:\$NIKTO{plugindir}/../CHANGES.txt:\$NIKTO{plugindir}/../docs/nikto/CHANGES.txt:' \ ${WRKSRC}/plugins/nikto_core.plugin - @${MV} ${WRKSRC}/docs/nikto-1.34.man ${WRKSRC}/docs/nikto.1 + @${MV} ${WRKSRC}/docs/${PORTNAME}-${PORTVERSION}.man ${WRKSRC}/docs/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nikto.pl ${TARGETDIR}/bin/nikto |