git: 80d46204c82f - main - security/portacl-rc: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 15:27:35 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80d46204c82f0f0456c587bc907afbfa8fe86342
commit 80d46204c82f0f0456c587bc907afbfa8fe86342
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 15:18:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 15:26:55 +0000
security/portacl-rc: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/portacl-rc/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/security/portacl-rc/Makefile b/security/portacl-rc/Makefile
index 421e748437e6..b6aae3c8bcd3 100644
--- a/security/portacl-rc/Makefile
+++ b/security/portacl-rc/Makefile
@@ -1,6 +1,7 @@
PORTNAME= portacl-rc
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= security net
MAINTAINER= tom@hur.st
@@ -17,10 +18,10 @@ NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= etc/rc.d/portacl \
- man/man5/portacl.5.gz
+ share/man/man5/portacl.5.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portacl ${STAGEDIR}${PREFIX}/etc/rc.d
- ${INSTALL_MAN} ${WRKSRC}/portacl.5 ${STAGEDIR}${MANPREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/portacl.5 ${STAGEDIR}${PREFIX}/share/man/man5
.include <bsd.port.mk>