Nuke the .orig files in post-extract rather than pre-configure.

The latter was ineffective for some reason.
This commit is contained in:
tnn 2010-02-17 14:55:36 +00:00
parent 40e9cce345
commit 0076bba82f

View file

@ -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: