summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-20 21:48:44 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-20 21:48:44 +0000
commit4b4c1568715c890bf508f52b9c2d0fba7c96b151 (patch)
tree2f0de83bb1df10c78cc6db1acb492d4fb3ba5d25 /www
parentUpdate port to 0.75 (diff)
PREFIX -> LOCALBASE (portlint)
Notes
Notes: svn path=/head/; revision=26855
Diffstat (limited to 'www')
-rw-r--r--www/p5-FastCGI/Makefile2
-rw-r--r--www/p5-ParallelUA/Makefile6
-rw-r--r--www/p5-WWW-Search/Makefile4
-rw-r--r--www/p5-libwww/Makefile10
4 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile
index 856d3dce41dc..5218799ee5fe 100644
--- a/www/p5-FastCGI/Makefile
+++ b/www/p5-FastCGI/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= FCGI
MAINTAINER= kbyanc@posi.net
-BUILD_DEPENDS= ${PREFIX}/lib/libfcgi.a:${PORTSDIR}/www/fcgi
+BUILD_DEPENDS= ${LOCALBASE}/lib/libfcgi.a:${PORTSDIR}/www/fcgi
USE_PERL5= YES
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile
index f8d203ab6779..add61f632ff7 100644
--- a/www/p5-ParallelUA/Makefile
+++ b/www/p5-ParallelUA/Makefile
@@ -15,9 +15,9 @@ MASTER_SITE_SUBDIR= LWP
MAINTAINER= ache@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
- ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
USE_PERL5= YES
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile
index 1cf537fc592d..e72edba834f9 100644
--- a/www/p5-WWW-Search/Makefile
+++ b/www/p5-WWW-Search/Makefile
@@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= WWW
MAINTAINER= jfitz@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree
USE_PERL5= YES
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