summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2011-06-19 01:28:28 +0000
committerdholland <dholland>2011-06-19 01:28:28 +0000
commita30949ec2ca0de1e5705e5eaf010585580bd4451 (patch)
tree4b00f1a91a42828efc287881437dcac4e10566da
parentd3950a7a9e752e12459f6cbe479b0bb16173470c (diff)
downloadpkgsrc-a30949ec2ca0de1e5705e5eaf010585580bd4451.tar.gz
REPLACE_PERL
-rw-r--r--textproc/p5-Text-RecordParser/Makefile6
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"