aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-libwww/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-21 05:48:44 +0800
committermharo <mharo@FreeBSD.org>2000-03-21 05:48:44 +0800
commitd784304f98df7913c582be47de9b3a33b8752caa (patch)
tree8af21641fc06aa913e5c54c07165d5b0aafa19df /www/p5-libwww/Makefile
parent13cdf9a3eaaf115843eb6c1815073a1b60574712 (diff)
downloadfreebsd-ports-gnome-d784304f98df7913c582be47de9b3a33b8752caa.tar.gz
freebsd-ports-gnome-d784304f98df7913c582be47de9b3a33b8752caa.tar.zst
freebsd-ports-gnome-d784304f98df7913c582be47de9b3a33b8752caa.zip
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r--www/p5-libwww/Makefile10
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