summaryrefslogtreecommitdiff
path: root/www/zope25-RDFSummary
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-22 20:56:30 +0000
committerwiz <wiz>2006-02-22 20:56:30 +0000
commitc8ea8f097b7f8ed9eb4874778159e434751394ab (patch)
tree3cc65cc5f7797f4c8b7c105167240ff077f6d56b /www/zope25-RDFSummary
parent6d9e7c73cee6187ee1348a7e466892f85c88fef9 (diff)
downloadpkgsrc-c8ea8f097b7f8ed9eb4874778159e434751394ab.tar.gz
Do not install *orig files. Fixes CHECK_BUILD build.
Diffstat (limited to 'www/zope25-RDFSummary')
-rw-r--r--www/zope25-RDFSummary/Makefile6
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"