diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-08-06 23:18:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-08-06 23:18:27 +0800 |
commit | 248ad13cfdd88660429900665e9b8bb057a1d180 (patch) | |
tree | 1c8c46b6a3b5d51656df830577271da402b1b347 /graphics/p5-Chart | |
parent | cf6b8276a56cfaf67a8d4789a3b8a88a8ebf14d5 (diff) | |
download | freebsd-ports-gnome-248ad13cfdd88660429900665e9b8bb057a1d180.tar.gz freebsd-ports-gnome-248ad13cfdd88660429900665e9b8bb057a1d180.tar.zst freebsd-ports-gnome-248ad13cfdd88660429900665e9b8bb057a1d180.zip |
Compatible with perl5.00501.
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Chart/pkg-plist | 22 |
2 files changed, 14 insertions, 14 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 2f80cf46aeaf..df89ded8d52b 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:$ +# $Id: Makefile,v 1.1.1.1 1998/04/11 13:51:41 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/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD WRKSRC= ${WRKDIR}/Chart-0.94 USE_PERL5= YES MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/5.00501 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 cba781aedfdb..86f38befe178 100644 --- a/graphics/p5-Chart/pkg-plist +++ b/graphics/p5-Chart/pkg-plist @@ -1,11 +1,11 @@ -lib/perl5/site_perl/Chart.pod -lib/perl5/site_perl/Chart/Bars.pm -lib/perl5/site_perl/Chart/Base.pm -lib/perl5/site_perl/Chart/Lines.pm -lib/perl5/site_perl/Chart/LinesPoints.pm -lib/perl5/site_perl/Chart/Pareto.pm -lib/perl5/site_perl/Chart/Pie.pm -lib/perl5/site_perl/Chart/Points.pm -lib/perl5/site_perl/Chart/StackedBars.pm -lib/perl5/man/man3/Chart.3.gz -@dirrm lib/perl5/site_perl/Chart +lib/perl5/5.00501/man/man3/Chart.3.gz +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 |