Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 17:10:35 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 357ea579b6ec - main - security/fragrouter: Move man pages to share/man
Message-ID:  <202403211710.42LHAZL3034071@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403211710.42LHAZL3034071>