diff options
author | antoine <antoine@FreeBSD.org> | 2015-12-19 15:03:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-12-19 15:03:51 +0800 |
commit | 1fb8a348d1c9b65768e60d83a9b002e4feccc158 (patch) | |
tree | b82854632f7e94b2396b8f453e3da33cc007644d /security/nikto | |
parent | 45072ede4dd978eb0fb54b346446ed5731bf0989 (diff) | |
download | freebsd-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/Makefile | 2 |
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| ; \ |