diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 11:28:14 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 11:28:14 +0800 |
commit | 13643f8c564baaa7408ed249f968cbaaf26212a2 (patch) | |
tree | ba77a63ea0f595fbac981646e2380b5a8a299aca /www | |
parent | 2dd7d5fc5d1ef28d0243c89952a265af415c20a3 (diff) | |
download | freebsd-ports-gnome-13643f8c564baaa7408ed249f968cbaaf26212a2.tar.gz freebsd-ports-gnome-13643f8c564baaa7408ed249f968cbaaf26212a2.tar.zst freebsd-ports-gnome-13643f8c564baaa7408ed249f968cbaaf26212a2.zip |
Use PERL5 variable.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 099b4efde211..ff02dd690249 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -4,7 +4,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.23 1998/09/15 21:31:57 asami Exp $ +# $Id: Makefile,v 1.24 1998/10/07 11:26:22 ache Exp $ # DISTNAME= libwww-perl-5.36 @@ -58,7 +58,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \ INSTALLMAN1DIR=${PREFIX}/man/man1 .include <bsd.port.mk> |