diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-17 14:59:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-17 14:59:35 +0000 |
commit | 16663204b4342a461e9a7cbfc5a5676af4e869c0 (patch) | |
tree | 373813b765f06019b34d52ea38a756da5fed56c9 | |
parent | 30dfbc2fac2202069fb8accaf4b092ae7b7df1f4 (diff) | |
download | pkgsrc-16663204b4342a461e9a7cbfc5a5676af4e869c0.tar.gz |
bah, revert the whole thing. Someone with perl5 packlist clue should
have a look.
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 2a29c8c370b..bdfeb6afe83 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/02/17 14:56:05 tnn Exp $ +# $NetBSD: Makefile,v 1.30 2010/02/17 14:59:35 tnn Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} @@ -30,7 +30,7 @@ PERL5_PACKLIST= auto/XML/SAX/.packlist INSTALLATION_DIRS+= ${EGSUBDIR} -post-extract: +pre-configure: ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} post-install: |