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 /www/p5-ParallelUA/Makefile | |
parent | Upgrade to 1.7. (diff) |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Notes
Notes:
svn path=/head/; revision=13159
Diffstat (limited to 'www/p5-ParallelUA/Makefile')
-rw-r--r-- | www/p5-ParallelUA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index 31fb47746174..6178f69bbb96 100644 --- a/www/p5-ParallelUA/Makefile +++ b/www/p5-ParallelUA/Makefile @@ -4,7 +4,7 @@ # Date created: Sep 8 1998 # Whom: ache@freebsd.org # -# $Id: Makefile,v 1.20 1998/08/19 13:09:15 vanilla Exp $ +# $Id: Makefile,v 1.1.1.1 1998/09/08 17:25:20 ache Exp $ # DISTNAME= ParallelUserAgent-2.36 @@ -30,6 +30,6 @@ MAN3= LWP::Parallel.3 \ LWP::RobotPUA.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |