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 /www/p5-WWW-Search | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Diffstat (limited to 'www/p5-WWW-Search')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index 3a2beb002a6..bf09d2e6716 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 <jfitz@FreeBSD.ORG> # -# $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 <bsd.port.mk> |