diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-06-06 04:29:17 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-06-06 04:29:17 +0000 |
commit | d75a37d4fd0cdbb849c9d4580e10fd5cc22eab99 (patch) | |
tree | 7611a36752194b761497fb61f9dbbcab0dbe54f8 /mail | |
parent | b265b64b82e594d7b03c7320248a6c6a81abe9df (diff) | |
download | pkgsrc-d75a37d4fd0cdbb849c9d4580e10fd5cc22eab99.tar.gz |
Packages no longer need to clean up *.subst.sav leftovers.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 5 |
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} ; : |