git: 441ffc8f24d1 - main - security/knocker: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 17:10:41 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=441ffc8f24d1288783dfa557688c0ec8937ada23
commit 441ffc8f24d1288783dfa557688c0ec8937ada23
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 16:51:37 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 17:10:18 +0000
security/knocker: Move man pages to share/man
Approved by: portmgr (blanket)
---
security/knocker/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/security/knocker/Makefile b/security/knocker/Makefile
index 5a24301c640d..566f8bc1d793 100644
--- a/security/knocker/Makefile
+++ b/security/knocker/Makefile
@@ -1,5 +1,6 @@
PORTNAME= knocker
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= SF
@@ -13,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/knocker \
- man/man1/knocker.1.gz
+ share/man/man1/knocker.1.gz
.include <bsd.port.mk>