summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-02-17 14:55:36 +0000
committertnn <tnn@pkgsrc.org>2010-02-17 14:55:36 +0000
commit72bca620876a1b98ed2c51519f01f9502040119a (patch)
tree1a4e302f1a2dff3d0264b88a8628b08820698c7d /textproc
parent071d9216ec7fc4da4d68bc73eaf0719e8d8e4a6d (diff)
downloadpkgsrc-72bca620876a1b98ed2c51519f01f9502040119a.tar.gz
Nuke the .orig files in post-extract rather than pre-configure.
The latter was ineffective for some reason.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-SAX/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile
index bdd50f8d1a9..7efab76be3f 100644
--- a/textproc/p5-XML-SAX/Makefile
+++ b/textproc/p5-XML-SAX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2010/02/16 14:00:14 sno Exp $
+# $NetBSD: Makefile,v 1.28 2010/02/17 14:55:36 tnn Exp $
DISTNAME= XML-SAX-0.96
PKGNAME= p5-${DISTNAME}
@@ -31,6 +31,10 @@ PERL5_PACKLIST= auto/XML/SAX/.packlist
INSTALLATION_DIRS+= ${EGSUBDIR}
pre-configure:
+ echo fail
+ exit 1
+
+post-extract:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
post-install: