diff options
author | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
commit | e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch) | |
tree | f20c20390d0ae9c598fdaa1136e89fc9e48469ec /graphics | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
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 |