diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 21:48:44 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 21:48:44 +0000 |
commit | 4b4c1568715c890bf508f52b9c2d0fba7c96b151 (patch) | |
tree | 2f0de83bb1df10c78cc6db1acb492d4fb3ba5d25 /www/p5-libwww/Makefile | |
parent | Update port to 0.75 (diff) |
PREFIX -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=26855
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index e3ad08ac5f4c..bfe182b635d5 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= LWP MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_PERL5= YES |