diff options
Diffstat (limited to 'mail/dcc/Makefile')
-rw-r--r-- | mail/dcc/Makefile | 8 |
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 |