pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-ShowTable Fixed the path to the Perl int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc104e528a7f
branches:  trunk
changeset: 515976:bc104e528a7f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 12 11:36:12 2006 +0000

description:
Fixed the path to the Perl interpreter. Bumped PKGREVISION.

diffstat:

 devel/p5-Data-ShowTable/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r ffcd3dde31e1 -r bc104e528a7f devel/p5-Data-ShowTable/Makefile
--- a/devel/p5-Data-ShowTable/Makefile  Wed Jul 12 09:05:19 2006 +0000
+++ b/devel/p5-Data-ShowTable/Makefile  Wed Jul 12 11:36:12 2006 +0000
@@ -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 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 PERL5_PACKLIST=                auto/Data/ShowTable/.packlist
+REPLACE_PERL+=         showtable
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index