diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-20 21:48:44 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-20 21:48:44 +0000 |
commit | d784304f98df7913c582be47de9b3a33b8752caa (patch) | |
tree | 8af21641fc06aa913e5c54c07165d5b0aafa19df /www/p5-libwww | |
parent | 13cdf9a3eaaf115843eb6c1815073a1b60574712 (diff) | |
download | FreeBSD-ports-d784304f98df7913c582be47de9b3a33b8752caa.zip FreeBSD-ports-d784304f98df7913c582be47de9b3a33b8752caa.tar.gz |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www/p5-libwww')
-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 e3ad08a..bfe182b 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 |