aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp3-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp3-server/Makefile')
-rw-r--r--net/isc-dhcp3-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile
index 05d304f6d8d2..77309c5b0304 100644
--- a/net/isc-dhcp3-server/Makefile
+++ b/net/isc-dhcp3-server/Makefile
@@ -137,7 +137,7 @@ PORTDOCS= LICENSE README RELNOTES
.endif
.if ${SUBSYS} == client
BIN_FILES= dhclient
-CONF_FILES= dhclient.conf
+LOCAL_CONF_FILES= dhclient.conf
SAMP_FILES= client/dhclient.conf
DATA_FILES= dhclient.leases
.elif ${SUBSYS} == server
@@ -329,7 +329,7 @@ install-sample-files:
.endfor
create-conf-files:
-.for f in ${CONF_FILES}
+.for f in ${LOCAL_CONF_FILES}
.if !exists(${CONF_DIR}/${f})
@${TOUCH} ${CONF_DIR}/${f}
.endif