pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/zope25-RDFSummary Do not install *orig files. Fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99cb818a2059
branches:  trunk
changeset: 508614:99cb818a2059
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 22 20:56:30 2006 +0000

description:
Do not install *orig files. Fixes CHECK_BUILD build.

diffstat:

 www/zope25-RDFSummary/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 08a73a343bb3 -r 99cb818a2059 www/zope25-RDFSummary/Makefile
--- a/www/zope25-RDFSummary/Makefile    Wed Feb 22 20:54:31 2006 +0000
+++ b/www/zope25-RDFSummary/Makefile    Wed Feb 22 20:56:30 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index