From 68c2f99c6300bc38a37eb3a8292b562cc2d8952b Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 1 Mar 2001 06:39:18 +0000 Subject: Remove do-configure section, use PERL_CONFIGURE now. --- graphics/GIFgraph/Makefile | 1 - graphics/p5-Chart-PNGgraph/Makefile | 5 +---- graphics/p5-Chart/Makefile | 5 +---- graphics/p5-GD-Graph/Makefile | 5 +---- graphics/p5-GD-Graph3d/Makefile | 7 ++----- graphics/p5-GD-TextUtil/Makefile | 5 +---- graphics/p5-GD/Makefile | 6 +----- graphics/p5-GD1/Makefile | 6 +----- graphics/p5-GD2/Makefile | 6 +----- graphics/p5-Image-Size/Makefile | 5 +---- graphics/p5-chart/Makefile | 5 +---- 11 files changed, 11 insertions(+), 45 deletions(-) (limited to 'graphics') diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile index d05d8a01466e..ebd124e55094 100644 --- a/graphics/GIFgraph/Makefile +++ b/graphics/GIFgraph/Makefile @@ -18,7 +18,6 @@ MAINTAINER= ls@gambit.com.ru RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD -USE_PERL5= YES PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index 5170cd4ebbfb..4ce868148670 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -17,12 +17,9 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Chart::PNGgraph.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 0c38feb34576..3c380d939b78 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -17,12 +17,9 @@ MAINTAINER= dan@trinsec.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Chart.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 90b3a625fa29..05ad430f420b 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -18,7 +18,7 @@ MAINTAINER= demon@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD::Graph.3 \ @@ -27,7 +27,4 @@ MAN3= GD::Graph.3 \ GD::Graph::FAQ.3 \ GD::Graph::colour.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index d6d0ca2c20fc..68c654322bea 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -10,19 +10,16 @@ PORTVERSION= 0.55 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD -DISTNAME= GDGraph3d-${PORTVERSION} PKGNAMEPREFIX= p5- +DISTNAME= GDGraph3d-${PORTVERSION} MAINTAINER= demon@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD::Graph3d.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index 138eb723923a..f4b678b4f933 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -17,12 +17,9 @@ MAINTAINER= demon@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD::Text.3 GD::Text::Wrap.3 GD::Text::Align.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index bd04e554694b..1e2abdc47e3d 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -17,13 +17,9 @@ MAINTAINER= demon@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index bd04e554694b..1e2abdc47e3d 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -17,13 +17,9 @@ MAINTAINER= demon@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index bd04e554694b..1e2abdc47e3d 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -17,13 +17,9 @@ MAINTAINER= demon@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index c846797156f7..8d14081c9202 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -14,14 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES CONFIGURE_ARGS= PREFIX=${PREFIX} MAN1= imgsize.1 MAN3= Image::Size.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} - .include diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index 0c38feb34576..3c380d939b78 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -17,12 +17,9 @@ MAINTAINER= dan@trinsec.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Chart.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include -- cgit v1.2.3