diff options
author | wiz <wiz> | 2006-02-22 20:56:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-22 20:56:30 +0000 |
commit | cedcf3de49fe16d6ba9fcc6fea0b34b2c63e738c (patch) | |
tree | 3cc65cc5f7797f4c8b7c105167240ff077f6d56b /www | |
parent | faad68f4ed8060c4cf90dbf42051ff356fd48797 (diff) | |
download | pkgsrc-cedcf3de49fe16d6ba9fcc6fea0b34b2c63e738c.tar.gz |
Do not install *orig files. Fixes CHECK_BUILD build.
Diffstat (limited to 'www')
-rw-r--r-- | www/zope25-RDFSummary/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/zope25-RDFSummary/Makefile b/www/zope25-RDFSummary/Makefile index 795fd7d9bd3..e1dc03d50a6 100644 --- a/www/zope25-RDFSummary/Makefile +++ b/www/zope25-RDFSummary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/22 04:14:44 martti Exp $ +# $NetBSD: Makefile,v 1.7 2006/02/22 20:56:30 wiz Exp $ # DISTNAME= RDFSummary-2.3 @@ -14,5 +14,9 @@ COMMENT= Display content from other web sites via RSS ZOPE_COPYPRODUCT= zope-std-copyproduct-short +# clean up after patch-aa +post-install: + ${RM} ${PREFIX}/lib/zope/lib/python/Products/RDFSummary/RDFSummary.py.orig + .include "../../www/zope25/product.mk" .include "../../mk/bsd.pkg.mk" |