diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-15 15:36:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-15 15:36:06 +0000 |
commit | 759b0032fc25e585440ea2a14c745a3f9c2d1195 (patch) | |
tree | 1188dc5148d1061717d175695e16afecaacbcb69 /www | |
parent | Restore PREFIX setting: system perl5 fixed now (diff) |
restore PREFIX: system perl5 now fixed
Notes
Notes:
svn path=/head/; revision=14536
Diffstat (limited to '')
-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> |