Nuke the .orig files in post-extract rather than pre-configure.
The latter was ineffective for some reason.
This commit is contained in:
parent
40e9cce345
commit
0076bba82f
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue