aboutsummaryrefslogtreecommitdiffstats
path: root/security/nikto
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-12-19 15:03:51 +0800
committerantoine <antoine@FreeBSD.org>2015-12-19 15:03:51 +0800
commit1fb8a348d1c9b65768e60d83a9b002e4feccc158 (patch)
treeb82854632f7e94b2396b8f453e3da33cc007644d /security/nikto
parent45072ede4dd978eb0fb54b346446ed5731bf0989 (diff)
downloadfreebsd-ports-gnome-1fb8a348d1c9b65768e60d83a9b002e4feccc158.tar.gz
freebsd-ports-gnome-1fb8a348d1c9b65768e60d83a9b002e4feccc158.tar.zst
freebsd-ports-gnome-1fb8a348d1c9b65768e60d83a9b002e4feccc158.zip
Fix make patch
Diffstat (limited to 'security/nikto')
-rw-r--r--security/nikto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile
index c79d18d320f0..994e45ba4cc3 100644
--- a/security/nikto/Makefile
+++ b/security/nikto/Makefile
@@ -28,7 +28,7 @@ SHEBANG_FILES= nikto.pl
post-patch: .SILENT
${REINPLACE_CMD} -e \
- s|/etc/nikto.conf|${PREFIX}/etc/nikto.conf|' ${WRKSRC}/nikto.pl
+ 's|/etc/nikto.conf|${PREFIX}/etc/nikto.conf|' ${WRKSRC}/nikto.pl
${REINPLACE_CMD} -Ee \
's|# (EXECDIR=).*/nikto|\1${DATADIR}| ; \
s|# (DBDIR=).*/databases|\1${DATADIR}/databases| ; \