net/dhcpd: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Christian Weisgerber 2024-03-18 15:56:41 +01:00
parent 33cdf0c8a4
commit 89f539783a
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= dhcpd
PORTVERSION= 6.6.20200413
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= koue@chaosophia.net
@ -14,7 +15,7 @@ USE_GITHUB= yes
GH_ACCOUNT= koue
USE_RC_SUBR= dhcpd
MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man
CFLAGS+= -Wall

View File

@ -1,6 +1,6 @@
@sample etc/dhcpd.conf.sample
man/man5/dhcp-options.5.gz
man/man5/dhcpd.conf.5.gz
man/man5/dhcpd.leases.5.gz
man/man8/dhcpd.8.gz
sbin/dhcpd
share/man/man5/dhcp-options.5.gz
share/man/man5/dhcpd.conf.5.gz
share/man/man5/dhcpd.leases.5.gz
share/man/man8/dhcpd.8.gz