pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/nikto Correct path to nikto.conf in nikto(1)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50171adc8f96
branches:  trunk
changeset: 355024:50171adc8f96
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Fri Nov 18 16:51:03 2016 +0000

description:
Correct path to nikto.conf in nikto(1)

Bump PKGREVISION.

diffstat:

 security/nikto/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 73df34a76197 -r 50171adc8f96 security/nikto/Makefile
--- a/security/nikto/Makefile   Fri Nov 18 16:41:27 2016 +0000
+++ b/security/nikto/Makefile   Fri Nov 18 16:51:03 2016 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index