summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-06-06 04:29:17 +0000
committerschmonz <schmonz@pkgsrc.org>2004-06-06 04:29:17 +0000
commit384af75e689b4a0cb000abd73d1d07e6a82d5b38 (patch)
tree7611a36752194b761497fb61f9dbbcab0dbe54f8 /mail
parent105997fbc4f2995a3b463a4cfe8eaf88127ac6ba (diff)
downloadpkgsrc-384af75e689b4a0cb000abd73d1d07e6a82d5b38.tar.gz
Packages no longer need to clean up *.subst.sav leftovers.
Diffstat (limited to 'mail')
-rw-r--r--mail/spamassassin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index 9f7fb96ff3a..1ceb573b4cb 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2004/05/31 12:43:06 heinz Exp $
+# $NetBSD: Makefile,v 1.46 2004/06/06 04:29:17 schmonz Exp $
DISTNAME= Mail-SpamAssassin-${SPAMASSASSIN_VERSION}
PKGNAME= spamassassin-${SPAMASSASSIN_VERSION}
@@ -147,8 +147,7 @@ post-extract:
pre-configure: perl5-configure
pre-install:
- ${FIND} ${WRKSRC} -name "*.orig" -print -o \
- -name "*.subst.sav" -print | ${XARGS} ${RM} -f
+ ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
post-install:
@${TEST} -r ${PLIST_ADD} && ${RM} ${PLIST_ADD} ; :