pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/nikto
Module Name: pkgsrc
Committed By: khorben
Date: Fri Nov 18 16:51:03 UTC 2016
Modified Files:
pkgsrc/security/nikto: Makefile
Log Message:
Correct path to nikto.conf in nikto(1)
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/nikto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/nikto/Makefile
diff -u pkgsrc/security/nikto/Makefile:1.24 pkgsrc/security/nikto/Makefile:1.25
--- pkgsrc/security/nikto/Makefile:1.24 Fri Nov 18 16:40:19 2016
+++ pkgsrc/security/nikto/Makefile Fri Nov 18 16:51:03 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index