diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 12:41:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 12:41:20 +0000 |
commit | 3320ed772eda29a0cd7d710dafd427deb65bfc91 (patch) | |
tree | fd33e40d52764116e210c0e92ed004a9072b9c32 | |
parent | 1e7506ff6bc08c416c247094ac0331646239d569 (diff) | |
download | freebsd-ports-3320ed772eda29a0cd7d710dafd427deb65bfc91.zip |
Change for perl5 scheme.
-rw-r--r-- | graphics/p5-Chart/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Chart/pkg-plist | 20 | ||||
-rw-r--r-- | graphics/p5-chart/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-chart/pkg-plist | 20 | ||||
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg-plist | 22 |
6 files changed, 36 insertions, 42 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index df89ded8d52b..bf15634fe637 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/04/11 13:51:41 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/08/06 15:18:27 vanilla Exp $ # DISTNAME= chart-0.94 @@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= Chart MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD WRKSRC= ${WRKDIR}/Chart-0.94 USE_PERL5= YES MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/graphics/p5-Chart/pkg-plist b/graphics/p5-Chart/pkg-plist index 88916dfcd6ae..cb5f062cfde5 100644 --- a/graphics/p5-Chart/pkg-plist +++ b/graphics/p5-Chart/pkg-plist @@ -1,10 +1,10 @@ -lib/perl5/site_perl/5.005/Chart.pod -lib/perl5/site_perl/5.005/Chart/Bars.pm -lib/perl5/site_perl/5.005/Chart/Base.pm -lib/perl5/site_perl/5.005/Chart/Lines.pm -lib/perl5/site_perl/5.005/Chart/LinesPoints.pm -lib/perl5/site_perl/5.005/Chart/Pareto.pm -lib/perl5/site_perl/5.005/Chart/Pie.pm -lib/perl5/site_perl/5.005/Chart/Points.pm -lib/perl5/site_perl/5.005/Chart/StackedBars.pm -@dirrm lib/perl5/site_perl/5.005/Chart +lib/perl5/site_perl/%%PERL_VER%%/Chart.pod +lib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Pareto.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Pie.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index df89ded8d52b..bf15634fe637 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/04/11 13:51:41 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/08/06 15:18:27 vanilla Exp $ # DISTNAME= chart-0.94 @@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= Chart MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD WRKSRC= ${WRKDIR}/Chart-0.94 USE_PERL5= YES MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/graphics/p5-chart/pkg-plist b/graphics/p5-chart/pkg-plist index 88916dfcd6ae..cb5f062cfde5 100644 --- a/graphics/p5-chart/pkg-plist +++ b/graphics/p5-chart/pkg-plist @@ -1,10 +1,10 @@ -lib/perl5/site_perl/5.005/Chart.pod -lib/perl5/site_perl/5.005/Chart/Bars.pm -lib/perl5/site_perl/5.005/Chart/Base.pm -lib/perl5/site_perl/5.005/Chart/Lines.pm -lib/perl5/site_perl/5.005/Chart/LinesPoints.pm -lib/perl5/site_perl/5.005/Chart/Pareto.pm -lib/perl5/site_perl/5.005/Chart/Pie.pm -lib/perl5/site_perl/5.005/Chart/Points.pm -lib/perl5/site_perl/5.005/Chart/StackedBars.pm -@dirrm lib/perl5/site_perl/5.005/Chart +lib/perl5/site_perl/%%PERL_VER%%/Chart.pod +lib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Pareto.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Pie.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 64b05bc84b1e..f7a7bec16f6b 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/07/27 00:03:10 steve Exp $ +# $Id: Makefile,v 1.5 1998/08/06 15:07:46 vanilla Exp $ # DISTNAME= HTML-Parser-2.20 @@ -23,7 +23,7 @@ MAN3= HTML::Entities.3 \ HTML::Parser.3 \ HTML::TokeParser.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/5.00501 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/www/p5-HTML-Parser/pkg-plist b/www/p5-HTML-Parser/pkg-plist index 2aa526b00372..00a46a00e217 100644 --- a/www/p5-HTML-Parser/pkg-plist +++ b/www/p5-HTML-Parser/pkg-plist @@ -1,14 +1,8 @@ -lib/perl5/5.00501/man/man3/HTML::Entities.3.gz -lib/perl5/5.00501/man/man3/HTML::Filter.3.gz -lib/perl5/5.00501/man/man3/HTML::HeadParser.3.gz -lib/perl5/5.00501/man/man3/HTML::LinkExtor.3.gz -lib/perl5/5.00501/man/man3/HTML::Parser.3.gz -lib/perl5/5.00501/man/man3/HTML::TokeParser.3.gz -lib/perl5/site_perl/5.005/HTML/Entities.pm -lib/perl5/site_perl/5.005/HTML/Filter.pm -lib/perl5/site_perl/5.005/HTML/HeadParser.pm -lib/perl5/site_perl/5.005/HTML/LinkExtor.pm -lib/perl5/site_perl/5.005/HTML/Parser.pm -lib/perl5/site_perl/5.005/HTML/TokeParser.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/HTML/Parser/.packlist -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/HTML/Parser +lib/perl5/site_perl/%%PERL_VER%%/HTML/Entities.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/Filter.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/HeadParser.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/LinkExtor.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/TokeParser.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/HTML/Parser/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/HTML/Parser |