diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:28:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:28:14 +0000 |
commit | beffdff0f46ff10bb17dbb4ccceb10c15eec2a5d (patch) | |
tree | 79d300b83fb67f4c6060004f5cc59f34fac0b3c2 /www | |
parent | d3879169e8d2e60300c44a76ae7eb3d546ba358b (diff) | |
download | ports-beffdff0f46ff10bb17dbb4ccceb10c15eec2a5d.tar.gz ports-beffdff0f46ff10bb17dbb4ccceb10c15eec2a5d.zip |
Notes
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> |