Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2024 12:16:35 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdc16b6ee713 - main - net/dhcpd-pools: Move man page to share/man
Message-ID:  <202403191216.42JCGZME063366@gitrepo.freebsd.org>

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

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

commit fdc16b6ee7130bd7ef454b36034623e4e4aada11
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-19 11:11:02 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-19 12:16:13 +0000

    net/dhcpd-pools: Move man page to share/man
    
    Approved by:    portmgr (blanket)
---
 net/dhcpd-pools/Makefile  | 2 ++
 net/dhcpd-pools/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/dhcpd-pools/Makefile b/net/dhcpd-pools/Makefile
index 9d4562b3d478..f17f831a6abf 100644
--- a/net/dhcpd-pools/Makefile
+++ b/net/dhcpd-pools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dhcpd-pools
 PORTVERSION=	3.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME} \
 		ZI
@@ -17,6 +18,7 @@ USES=		charsetfix shebangfix tar:xz
 USE_CSTD=	c99
 SHEBANG_FILES=	contrib/snmptest.pl
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-dhcpd-conf=${LOCALBASE}/etc/dhcpd.conf \
 		--with-dhcpd-leases=/var/db/dhcpd/dhcpd.leases \
 		--with-uthash=${LOCALBASE}/include
diff --git a/net/dhcpd-pools/pkg-plist b/net/dhcpd-pools/pkg-plist
index c56c8034a0c4..cc4de23629ef 100644
--- a/net/dhcpd-pools/pkg-plist
+++ b/net/dhcpd-pools/pkg-plist
@@ -1,5 +1,5 @@
 bin/dhcpd-pools
-man/man1/dhcpd-pools.1.gz
+share/man/man1/dhcpd-pools.1.gz
 %%DATADIR%%/nagios.conf
 %%PORTDOCS%%%%DOCSDIR%%/dhcpd.conf
 %%PORTDOCS%%%%DOCSDIR%%/dhcpd.leases



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