diff options
author | ache <ache@FreeBSD.org> | 1998-11-15 23:36:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-11-15 23:36:06 +0800 |
commit | 47685b9093a257984ea4d63b706160a9dc5a6f85 (patch) | |
tree | 95c397e3cda4df2beefdda1d9e7aad0a3cb67c11 /www/p5-libwww | |
parent | 96cdf021262eb6ceb497af398caaa7bfaeb1ce37 (diff) | |
download | freebsd-ports-gnome-47685b9093a257984ea4d63b706160a9dc5a6f85.tar.gz freebsd-ports-gnome-47685b9093a257984ea4d63b706160a9dc5a6f85.tar.zst freebsd-ports-gnome-47685b9093a257984ea4d63b706160a9dc5a6f85.zip |
restore PREFIX: system perl5 now fixed
Diffstat (limited to 'www/p5-libwww')
-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 849bd7c1fbdd..2ca088c06170 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.26 1998/10/10 15:57:37 steve Exp $ +# $Id: Makefile,v 1.27 1998/11/13 18:27:17 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 \ + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ INSTALLMAN1DIR=${PREFIX}/man/man1 .include <bsd.port.mk> |