aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-15 18:00:34 +0800
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-15 18:00:34 +0800
commit85101573199516ffccef58454699df5232c7a6bd (patch)
tree08180eec32ff83a217ebfbf44a858acba5d5c629 /net
parentc721cab078305b6a164a65a53800ecb07089324d (diff)
downloadfreebsd-ports-gnome-85101573199516ffccef58454699df5232c7a6bd.tar.gz
freebsd-ports-gnome-85101573199516ffccef58454699df5232c7a6bd.tar.zst
freebsd-ports-gnome-85101573199516ffccef58454699df5232c7a6bd.zip
net/isc-dhcp44-client: Fix @sample usage after r509903
Installing isc-dhcp44-client-4.4.1... cp: /usr/local/%D/etc/dhclient.conf.example: No such file or directory Pointy hat: bapt
Diffstat (limited to 'net')
-rw-r--r--net/isc-dhcp44-client/pkg-plist2
-rw-r--r--net/isc-dhcp44-server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp44-client/pkg-plist b/net/isc-dhcp44-client/pkg-plist
index 5fc66f92da66..4e7c506d69c1 100644
--- a/net/isc-dhcp44-client/pkg-plist
+++ b/net/isc-dhcp44-client/pkg-plist
@@ -4,6 +4,6 @@ man/man5/dhclient.conf.5.gz
man/man5/dhclient.leases.5.gz
man/man8/dhclient.8.gz
man/man8/dhclient-script.8.gz
-@sample %D/etc/dhclient.conf.example %D/etc/dhclient.conf
+@sample etc/dhclient.conf.example etc/dhclient.conf
@exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases
@unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases
diff --git a/net/isc-dhcp44-server/Makefile b/net/isc-dhcp44-server/Makefile
index 4b9a4f5b05e8..897d8ba353c0 100644
--- a/net/isc-dhcp44-server/Makefile
+++ b/net/isc-dhcp44-server/Makefile
@@ -20,7 +20,7 @@ LICENSE= MPL20
USES= gmake
PORTREVISION_SERVER= 4
-PORTREVISION_CLIENT= 0
+PORTREVISION_CLIENT= 1
PORTREVISION_RELAY= 0
SUBSYS?= server