diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-16 00:09:46 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-16 00:09:46 +0000 |
commit | e39b89139a926fafecf962e7d7a92776b6900e91 (patch) | |
tree | 588cb1ca784067a3abd50d4877d25dca7f55dc2f /www | |
parent | move MAN1 to MAN1 section (diff) |
PREFIX -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=25873
Diffstat (limited to 'www')
-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 5839b9bfbb97..6b6801227166 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 |