summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-12 11:36:12 +0000
committerrillig <rillig>2006-07-12 11:36:12 +0000
commitc4aa0b0f354194823578ef5132d1f9b2c117705d (patch)
tree52a0c994f10bca3b207262d70ad779ffc8428088
parent63a8d9b79ba437b2a9812c5d104814ce2dac5cf5 (diff)
downloadpkgsrc-c4aa0b0f354194823578ef5132d1f9b2c117705d.tar.gz
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
-rw-r--r--devel/p5-Data-ShowTable/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index 4831a4b1e16..6dd2153c953 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:09 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/07/12 11:36:12 rillig Exp $
#
DISTNAME= Data-ShowTable-3.3
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dst
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -14,6 +14,7 @@ COMMENT= Perl module to print arrays of data in nicely formatted listings
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Data/ShowTable/.packlist
+REPLACE_PERL+= showtable
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"