aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2011-08-05 04:09:33 +0800
committeritetcu <itetcu@FreeBSD.org>2011-08-05 04:09:33 +0800
commit6c2b40e05be5cb9fa72907ce63a018ea82c0df1f (patch)
tree7bebbea90e124c07d97d23b5a9b0ae9e8921a139 /mail
parent579a569553b3b17b0d9c741249d380195b8fe16d (diff)
downloadfreebsd-ports-gnome-6c2b40e05be5cb9fa72907ce63a018ea82c0df1f.tar.gz
freebsd-ports-gnome-6c2b40e05be5cb9fa72907ce63a018ea82c0df1f.tar.zst
freebsd-ports-gnome-6c2b40e05be5cb9fa72907ce63a018ea82c0df1f.zip
Fix the fix
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam-devel/Makefile2
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