diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /graphics | |
parent | 32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GD/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GD1/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GD2/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-chart/Makefile | 4 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index bf15634fe637..334f97cbaed5 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.2 1998/08/06 15:18:27 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/19 12:38:40 vanilla Exp $ # DISTNAME= chart-0.94 @@ -24,6 +24,6 @@ MAN3= Chart.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 271d4bd3e781..6490dd3a0ba4 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ # DISTNAME= GD-1.18 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index 271d4bd3e781..6490dd3a0ba4 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ # DISTNAME= GD-1.18 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index 271d4bd3e781..6490dd3a0ba4 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ # DISTNAME= GD-1.18 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 1f51e94e4881..ae71b07835ca 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.12 1998/02/18 15:31:46 vanilla Exp $ +# $Id: Makefile,v 1.13 1998/08/19 14:32:13 vanilla Exp $ # DISTNAME= Image-Size-2.7 @@ -21,6 +21,6 @@ MAN3= Image::Size.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index b77f56a5e5be..de9dfdf8018c 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.7 1998/01/27 02:25:21 jmz Exp $ +# $Id: Makefile,v 1.8 1998/08/23 13:54:06 jseger Exp $ # DISTNAME= PGPLOT-2.08 @@ -22,7 +22,7 @@ MAN3= ExtUtils::F77.3 PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC} && ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC} && ${PERL5} Makefile.PL post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index bf15634fe637..334f97cbaed5 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.2 1998/08/06 15:18:27 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/19 12:38:40 vanilla Exp $ # DISTNAME= chart-0.94 @@ -24,6 +24,6 @@ MAN3= Chart.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index b77f56a5e5be..de9dfdf8018c 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.7 1998/01/27 02:25:21 jmz Exp $ +# $Id: Makefile,v 1.8 1998/08/23 13:54:06 jseger Exp $ # DISTNAME= PGPLOT-2.08 @@ -22,7 +22,7 @@ MAN3= ExtUtils::F77.3 PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC} && ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC} && ${PERL5} Makefile.PL post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl |