aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-30 15:14:43 +0800
committerdougb <dougb@FreeBSD.org>2010-03-30 15:14:43 +0800
commit8167b4fa7385d9a2a6ef2b9d7e48cf50a66f0319 (patch)
tree89eceb478e1d1c4fdfa6505754d02aa9a9f270a0 /mail
parent22bef8aec39abb1397ac489d3841444f1b304acc (diff)
downloadfreebsd-ports-gnome-8167b4fa7385d9a2a6ef2b9d7e48cf50a66f0319.tar.gz
freebsd-ports-gnome-8167b4fa7385d9a2a6ef2b9d7e48cf50a66f0319.tar.zst
freebsd-ports-gnome-8167b4fa7385d9a2a6ef2b9d7e48cf50a66f0319.zip
RC_SCRIPTS_SUB is not needed in post-install since the port already
utilizes USE_RC_SUBR properly. I removed it from one location, but neglected to test for others, mea culpa. Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Diffstat (limited to 'mail')
-rw-r--r--mail/spamass-milter/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
index 1a777d4b99d9..e34187e0bd51 100644
--- a/mail/spamass-milter/Makefile
+++ b/mail/spamass-milter/Makefile
@@ -116,8 +116,6 @@ pre-patch:
.endif
post-patch:
- @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
- ${FILESDIR}/spamass-milter.in > ${WRKDIR}/spamass-milter
@${SED} -e's,%%PREFIX%%,${PREFIX},g' \
${FILESDIR}/activation.txt > ${WRKDIR}/activation.txt
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)