Skip to content

Commit

Permalink
net/dhcpd: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 18, 2024
1 parent 33cdf0c commit 89f5397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion net/dhcpd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dhcpd
PORTVERSION= 6.6.20200413
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= koue@chaosophia.net
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions net/dhcpd/pkg-plist
@@ -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

0 comments on commit 89f5397

Please sign in to comment.