aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-19 00:48:26 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-19 02:13:54 +0000
commit1a86930091e8de2eea9bce9198c5c4744d97267b (patch)
tree122f71d9e6776d74da2cdacf4890dee727402c7b
parentad14f0b59ef41c3d319ac8286b8ed8d44a535431 (diff)
downloadports-1a86930091e8de2eea9bce9198c5c4744d97267b.tar.gz
ports-1a86930091e8de2eea9bce9198c5c4744d97267b.zip
net/dhcp6: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/dhcp6/Makefile3
-rw-r--r--net/dhcp6/pkg-plist12
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