diff options
author | jlam <jlam> | 2003-09-13 21:24:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-13 21:24:23 +0000 |
commit | d4e8d2455887fad5c54a96cbd79b13be5a556a1f (patch) | |
tree | 70f6af9a784045df4499cf9cfb5386075030ba8c /mail/spamassassin | |
parent | 3a68907c8e44c2edf33db2ac86889d025f4c1bdf (diff) | |
download | pkgsrc-d4e8d2455887fad5c54a96cbd79b13be5a556a1f.tar.gz |
Don't install unpatched (*.orig) files leftover from the patch process.
Diffstat (limited to 'mail/spamassassin')
-rw-r--r-- | mail/spamassassin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 2840dc5fe99..7871063fbf6 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/09/13 17:57:21 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2003/09/13 21:24:23 jlam Exp $ DISTNAME= Mail-SpamAssassin-2.55 PKGNAME= spamassassin-2.55 @@ -106,6 +106,9 @@ post-patch: pre-configure: perl5-configure +post-build: + @${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f + pre-install: @-${TEST} -r ${PLIST_ADD} && ${RM} ${PLIST_ADD} ; : @${INSTALL_DATA_DIR} ${EGDIR} |