git: 357ea579b6ec - main - security/fragrouter: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 17:10:35 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=357ea579b6ece7d54e9d8f15658c4846a500d451
commit 357ea579b6ece7d54e9d8f15658c4846a500d451
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 16:30:38 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 17:10:17 +0000
security/fragrouter: Move man pages to share/man
Approved by: portmgr (blanket)
---
security/fragrouter/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile
index 38b349685527..9519b1ac5392 100644
--- a/security/fragrouter/Makefile
+++ b/security/fragrouter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fragrouter
PORTVERSION= 1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/ \
LOCAL/fuz \
@@ -10,9 +10,10 @@ MAINTAINER= fuz@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CFLAGS+= -Wno-pointer-sign
PLIST_FILES= sbin/fragrouter \
- man/man8/fragrouter.8.gz
+ share/man/man8/fragrouter.8.gz
.include <bsd.port.mk>