Skip to content

Commit

Permalink
net/isc-dhcp44-{client,relay,server}: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
VVD committed Mar 5, 2024
1 parent 656cff2 commit 613c7bb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions net/isc-dhcp44-client/pkg-plist
@@ -1,9 +1,9 @@
sbin/dhclient
sbin/dhclient-script
man/man5/dhclient.conf.5.gz
man/man5/dhclient.leases.5.gz
man/man8/dhclient.8.gz
man/man8/dhclient-script.8.gz
share/man/man5/dhclient.conf.5.gz
share/man/man5/dhclient.leases.5.gz
share/man/man8/dhclient.8.gz
share/man/man8/dhclient-script.8.gz
@sample etc/dhclient.conf.example etc/dhclient.conf
@touch /var/run/dhclient.leases
@rmempty /var/run/dhclient.leases
2 changes: 1 addition & 1 deletion net/isc-dhcp44-relay/pkg-plist
@@ -1,3 +1,3 @@
%%IPV6%%etc/rc.d/isc-dhcrelay6
sbin/dhcrelay
man/man8/dhcrelay.8.gz
share/man/man8/dhcrelay.8.gz
7 changes: 4 additions & 3 deletions net/isc-dhcp44-server/Makefile
Expand Up @@ -19,9 +19,9 @@ USES= cpe gmake

CPE_VENDOR= isc

PORTREVISION_SERVER= 0
PORTREVISION_CLIENT= 0
PORTREVISION_RELAY= 0
PORTREVISION_SERVER= 1
PORTREVISION_CLIENT= 1
PORTREVISION_RELAY= 1

SUBSYS?= server

Expand Down Expand Up @@ -59,6 +59,7 @@ GROUPS= dhcpd

MAN_COMPRESSED= no
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -D_PATH_DHCLIENT_SCRIPT='\"${PREFIX}/sbin/dhclient-script\"' -D_PATH_DHCLIENT_CONF='\"${PREFIX}/etc/dhclient.conf\"' -D_PATH_DHCPD_CONF='\"${PREFIX}/etc/dhcpd.conf\"'
SCRIPTS_ENV+= PKG_PREFIX=${PREFIX}

Expand Down
16 changes: 8 additions & 8 deletions net/isc-dhcp44-server/pkg-plist
Expand Up @@ -4,14 +4,6 @@
sbin/dhcpd
bin/omshell
%%LDAP%%bin/dhcpd-conf-to-ldap
man/man1/omshell.1.gz
man/man3/dhcpctl.3.gz
man/man3/omapi.3.gz
man/man5/dhcpd.conf.5.gz
man/man5/dhcpd.leases.5.gz
man/man5/dhcp-eval.5.gz
man/man5/dhcp-options.5.gz
man/man8/dhcpd.8.gz
include/dhcpctl.h
include/omapip/alloc.h
include/omapip/buffer.h
Expand All @@ -26,3 +18,11 @@ lib/libdhcp.a
lib/libdhcpctl.a
lib/libomapi.a
%%LDAP%%%%SCHEMA_DIR%%/dhcp.schema
share/man/man1/omshell.1.gz
share/man/man3/dhcpctl.3.gz
share/man/man3/omapi.3.gz
share/man/man5/dhcpd.conf.5.gz
share/man/man5/dhcpd.leases.5.gz
share/man/man5/dhcp-eval.5.gz
share/man/man5/dhcp-options.5.gz
share/man/man8/dhcpd.8.gz

0 comments on commit 613c7bb

Please sign in to comment.