summaryrefslogtreecommitdiff
path: root/mail/dcc
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
commitadda884d44cb88a3a470e58f81adefef66c4f3b7 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /mail/dcc
parent0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff)
downloadpkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'mail/dcc')
-rw-r--r--mail/dcc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dcc/Makefile b/mail/dcc/Makefile
index d4f10a6928f..6b13a1b79c2 100644
--- a/mail/dcc/Makefile
+++ b/mail/dcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/08 12:19:07 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/04/06 21:07:33 rodent Exp $
#
# Request by the author:
#
@@ -37,9 +37,9 @@ FILES_SUBST+= DCC_RUN=${DCC_RUN}
SUBST_CLASSES+= dae
SUBST_STAGE.dae= post-patch
SUBST_FILES.dae= homedir/dcc_conf.in
-SUBST_SED.dae= -e 's/^\(DCCD_ENABLE=\)off$$/\1on/' \
- -e 's/^\(DCCM_ENABLE=\)off$$/\1on/' \
- -e 's/^\(DCCIFD_ENABLE=\)off$$/\1on/'
+SUBST_SED.dae= -e 's/^\(DCCD_ENABLE=\)off$$/\1on/'
+SUBST_SED.dae+= -e 's/^\(DCCM_ENABLE=\)off$$/\1on/'
+SUBST_SED.dae+= -e 's/^\(DCCIFD_ENABLE=\)off$$/\1on/'
SUBST_MESSAGE.dae= Enabling all daemons in dcc_conf
HAS_CONFIGURE= yes