From e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 Mon Sep 17 00:00:00 2001 From: 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 --- www/p5-WWW-Search/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/p5-WWW-Search/Makefile') diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index 3a2beb0..bf09d2e 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.6 1998/08/19 13:13:11 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/09/08 15:32:21 vanilla Exp $ # DISTNAME= WWW-Search-1.021 @@ -47,6 +47,6 @@ MAN3= WWW::Search.3 \ WWW::Search::Simple.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include -- cgit v1.1