diff options
author | dholland <dholland@pkgsrc.org> | 2011-06-19 01:28:28 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-06-19 01:28:28 +0000 |
commit | 6e77e410170e54322d792a4e60fdb6fb9c3acb8d (patch) | |
tree | 4b00f1a91a42828efc287881437dcac4e10566da | |
parent | 4c2f5a0699c6a9a6290a90a421aed2fca1adbdc2 (diff) | |
download | pkgsrc-6e77e410170e54322d792a4e60fdb6fb9c3acb8d.tar.gz |
REPLACE_PERL
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index d2bc81c1e81..471f8180587 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/09/08 05:26:37 sno Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/19 01:28:28 dholland Exp $ # DISTNAME= Text-RecordParser-v1.5.0 @@ -30,5 +30,9 @@ PERL5_MODULE_TYPE= Module::Build USE_TOOLS+=perl +REPLACE_PERL+= bin/tab2graph blib/script/tab2graph +REPLACE_PERL+= bin/tablify blib/script/tablify +REPLACE_PERL+= bin/tabmerge blib/script/tabmerge + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |