diff options
author | khorben <khorben@pkgsrc.org> | 2016-11-18 16:51:03 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-11-18 16:51:03 +0000 |
commit | 2f214607ed4cecf865acd2bfb03abae0cd3a7287 (patch) | |
tree | 19cc0a74a4ffc623dd90d2f9660a21cddfe607c0 /security/nikto | |
parent | 940c01aa6211d084a6c4a369ddbe7334555be39a (diff) | |
download | pkgsrc-2f214607ed4cecf865acd2bfb03abae0cd3a7287.tar.gz |
Correct path to nikto.conf in nikto(1)
Bump PKGREVISION.
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index dfa9b42cb70..c37e64eb154 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2016/11/18 16:40:19 khorben Exp $ +# $NetBSD: Makefile,v 1.25 2016/11/18 16:51:03 khorben Exp $ DISTNAME= nikto-2.1.5 +PKGREVISION= 1 CATEGORIES= security www MASTER_SITES= http://www.cirt.net/nikto/ @@ -17,8 +18,9 @@ AUTO_MKDIRS= yes SUBST_CLASSES+= conf SUBST_STAGE.conf= post-patch -SUBST_FILES.conf= nikto.pl +SUBST_FILES.conf= nikto.pl docs/nikto.1 SUBST_SED.conf= -e "s|/etc/nikto\.conf|${PKG_SYSCONFDIR}/nikto.conf|g" +SUBST_SED.conf+= -e "s|/etc/nikto\\\&\.conf|${PKG_SYSCONFDIR}/nikto\\\\\\&.conf|g" SUBST_MESSAGE.conf= Fixing path to nikto.conf SUBST_CLASSES+= execdir |