diff options
author | tnn <tnn> | 2010-02-17 14:56:05 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-02-17 14:56:05 +0000 |
commit | 0649a448faa56fc0abe2c7e9fcf118537efbc373 (patch) | |
tree | b72a2d98da46cad99faad8139c713cbb858739bd /textproc/p5-XML-SAX/Makefile | |
parent | 4c635fae32a0d212373a9111aefa3b1461770dc3 (diff) | |
download | pkgsrc-0649a448faa56fc0abe2c7e9fcf118537efbc373.tar.gz |
back out local test target
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 7efab76be3f..2a29c8c370b 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2010/02/17 14:55:36 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2010/02/17 14:56:05 tnn Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} @@ -30,10 +30,6 @@ 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} |