git: 1a86930091e8 - main - net/dhcp6: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Mar 2024 02:15:53 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a86930091e8de2eea9bce9198c5c4744d97267b commit 1a86930091e8de2eea9bce9198c5c4744d97267b Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-19 00:48:26 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-19 02:13:54 +0000 net/dhcp6: Move man pages to share/man Approved by: portmgr (blanket) --- net/dhcp6/Makefile | 3 ++- net/dhcp6/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile index 618ca0ac8743..455f3b89bc4a 100644 --- a/net/dhcp6/Makefile +++ b/net/dhcp6/Makefile @@ -1,7 +1,7 @@ PORTNAME= dhcp6 PORTVERSION= 20080615.2 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd GH_PROJECT= wide-dhcpv6 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ --with-localdbdir=/var/db USE_RC_SUBR= dhcp6c dhcp6relay dhcp6s diff --git a/net/dhcp6/pkg-plist b/net/dhcp6/pkg-plist index 27b7c4fe103f..f799de8fd8cb 100644 --- a/net/dhcp6/pkg-plist +++ b/net/dhcp6/pkg-plist @@ -4,9 +4,9 @@ sbin/dhcp6c sbin/dhcp6relay sbin/dhcp6s sbin/dhcp6ctl -man/man5/dhcp6c.conf.5.gz -man/man5/dhcp6s.conf.5.gz -man/man8/dhcp6c.8.gz -man/man8/dhcp6ctl.8.gz -man/man8/dhcp6relay.8.gz -man/man8/dhcp6s.8.gz +share/man/man5/dhcp6c.conf.5.gz +share/man/man5/dhcp6s.conf.5.gz +share/man/man8/dhcp6c.8.gz +share/man/man8/dhcp6ctl.8.gz +share/man/man8/dhcp6relay.8.gz +share/man/man8/dhcp6s.8.gz