diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-30 07:14:43 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-30 07:14:43 +0000 |
commit | bfeab4ece5739a70a566769cc49ed183b7eaaca9 (patch) | |
tree | 1e33c031bdfb0374b36db2daa76f48109e76a7b9 /mail/spamass-milter | |
parent | 3c30b7ea3e0a8fb5c560f2099b4d0432883922c6 (diff) | |
download | ports-bfeab4ece5739a70a566769cc49ed183b7eaaca9.tar.gz ports-bfeab4ece5739a70a566769cc49ed183b7eaaca9.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>
Notes
Notes:
svn path=/head/; revision=251792
Diffstat (limited to 'mail/spamass-milter')
-rw-r--r-- | mail/spamass-milter/Makefile | 2 |
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) |