summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/dhclient/Makefile.inc b/sbin/dhclient/Makefile.inc
index 6295c4b..c707a8f 100644
--- a/sbin/dhclient/Makefile.inc
+++ b/sbin/dhclient/Makefile.inc
@@ -10,7 +10,10 @@ RUNDIR= /var/run
ETCDIR= /etc
DBDIR= /var/db
-MANFILTER= perl -pe 's\#DBDIR\#${DBDIR}\#g;s\#ETCDIR\#${ETCDIR}\#g;s\#CLIENTBINDIR\#${CLIENTBINDIR}\#g;s\#RUNDIR\#${RUNDIR}\#g;'
+MANFILTER= sed -e 's|DBDIR|${DBDIR}|g' \
+ -e 's|ETCDIR|${ETCDIR}|g' \
+ -e 's|CLIENTBINDIR|${CLIENTBINDIR}|g' \
+ -e 's|RUNDIR|${RUNDIR}|g'
.if exists(${.OBJDIR}/../common)
LIBDHCP= ${.OBJDIR}/../common/libdhcp.a
OpenPOWER on IntegriCloud