diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index fec632737ad0..181bff9016b2 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -176,7 +176,7 @@ CONFIGURE_ARGS+= --enable-preferences-extension .ifndef(WITHOUT_DAEMON) CONFIGURE_ARGS+= --enable-daemon -USE_RC_SUBR= ${PORTNAME}-${PKGNAMESUFFIX} +USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} _SED_SCRIPT+= -e 's,%%DAEMON%%,,g' SUB_LIST+= DSPAM_HOME=${DSPAM_HOME} .else |