From 941563903cd662ea22387adfe18d9c6ab9f98e25 Mon Sep 17 00:00:00 2001 From: clsung Date: Tue, 23 May 2006 15:11:21 +0000 Subject: - update to 0.89 - from ChangeLog * Makefile.PL: Added libscan override to prevent installation of create-moveable-dist.pl. --- lang/p5-Tcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/p5-Tcl/Makefile') diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index f4da25b72132..d8debbcc9244 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tcl -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tcl @@ -25,7 +25,7 @@ MAN3= Tcl.3 .include .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include -- cgit