git: c7fd4c227481 - main - security/scanlogd: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:51:57 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c7fd4c2274817d0e993b37587d95680b13bd02ea
commit c7fd4c2274817d0e993b37587d95680b13bd02ea
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:38:37 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:51:34 +0000
security/scanlogd: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/scanlogd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/scanlogd/Makefile b/security/scanlogd/Makefile
index a556fe5af1cd..5c1d03d886ab 100644
--- a/security/scanlogd/Makefile
+++ b/security/scanlogd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scanlogd
PORTVERSION= 2.2.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://openwall.com/scanlogd/ \
ftp://ftp.openwall.com/pub/projects/scanlogd/ \
@@ -16,7 +16,7 @@ USERS= scanlogd
GROUPS= scanlogd
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
-PLIST_FILES= bin/scanlogd man/man8/scanlogd.8.gz \
+PLIST_FILES= bin/scanlogd share/man/man8/scanlogd.8.gz \
etc/periodic/security/850.scanlogd
OPTIONS_SINGLE= PCAP
@@ -35,7 +35,7 @@ NIDS_LIB_DEPENDS= libnet.so:net/libnet
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanlogd ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${STAGEDIR}${MANPREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${STAGEDIR}${PREFIX}/share/man/man8
${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/security
${INSTALL_SCRIPT} ${FILESDIR}/850.scanlogd \
${STAGEDIR}${PREFIX}/etc/periodic/security