diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 00:09:46 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 00:09:46 +0000 |
commit | f091d98e1daf1b7f2235671ec7ffd980069ee067 (patch) | |
tree | e9d8488b3d01e36c766a2cb685354b56fb4906e1 /www/w3mir | |
parent | bd6ff11d3db813adf578e4532046614d982ca15b (diff) | |
download | FreeBSD-ports-f091d98e1daf1b7f2235671ec7ffd980069ee067.zip FreeBSD-ports-f091d98e1daf1b7f2235671ec7ffd980069ee067.tar.gz |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www/w3mir')
-rw-r--r-- | www/w3mir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 5839b9b..6b68012 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.math.uio.no/~janl/w3mir/ MAINTAINER= ache@freebsd.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= Yes |