Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 06:50:15 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0a2d91a0b936 - main - net-mgmt/ipaudit: Moved man to share/man
Message-ID:  <202402250650.41P6oFDU078304@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2d91a0b936b9ea9490ce84bdd682906839e977

commit 0a2d91a0b936b9ea9490ce84bdd682906839e977
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:40:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:40:36 +0000

    net-mgmt/ipaudit: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/ipaudit/Makefile  | 2 ++
 net-mgmt/ipaudit/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-mgmt/ipaudit/Makefile b/net-mgmt/ipaudit/Makefile
index 25a3e4a4972e..8b014b6911cb 100644
--- a/net-mgmt/ipaudit/Makefile
+++ b/net-mgmt/ipaudit/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ipaudit
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt sysutils
 MASTER_SITES=	SF/ipaudit/ipaudit
 
@@ -14,6 +15,7 @@ SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	DOCS
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/src/ipaudit.conf.sample ${STAGEDIR}${PREFIX}/etc
diff --git a/net-mgmt/ipaudit/pkg-plist b/net-mgmt/ipaudit/pkg-plist
index f4a6bdcd7807..9160148e3c10 100644
--- a/net-mgmt/ipaudit/pkg-plist
+++ b/net-mgmt/ipaudit/pkg-plist
@@ -1,9 +1,9 @@
 bin/makelocal
 bin/total
 etc/ipaudit.conf.sample
-man/man1/total.1.gz
-man/man8/ipaudit.8.gz
-man/man8/ipstrings.8.gz
+share/man/man1/total.1.gz
+share/man/man8/ipaudit.8.gz
+share/man/man8/ipstrings.8.gz
 sbin/ipaudit
 sbin/ipstrings
 %%PORTDOCS%%%%DOCSDIR%%/README



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