diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-12 11:36:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-12 11:36:12 +0000 |
commit | eedb01932216090bd4f3622f34b75f606a5e56a8 (patch) | |
tree | 52a0c994f10bca3b207262d70ad779ffc8428088 /devel/p5-Data-ShowTable | |
parent | fad72dcd2c87d4740109121b57ac46da1aeac3a6 (diff) | |
download | pkgsrc-eedb01932216090bd4f3622f34b75f606a5e56a8.tar.gz |
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r-- | devel/p5-Data-ShowTable/Makefile | 5 |
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" |