From 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 15 Sep 1998 21:31:59 +0000 Subject: Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima --- graphics/p5-GD2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/p5-GD2') 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 # -# $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 -- cgit v1.2.3