diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 18:09:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 18:09:57 +0000 |
commit | 1eee69d3c6d32a03a4a4330ab61988c822d74f95 (patch) | |
tree | 2ab821fdd4e71165f1d8359d65c771f316fc20f4 /www | |
parent | 1c5275e89d14ae7aa57eeead060d12deaf4fcb9d (diff) | |
download | FreeBSD-ports-1eee69d3c6d32a03a4a4330ab61988c822d74f95.zip FreeBSD-ports-1eee69d3c6d32a03a4a4330ab61988c822d74f95.tar.gz |
portlint: PREFIX -> LOCALBASE
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Radius/Makefile b/www/p5-Apache-Radius/Makefile index d853c37..f859259 100644 --- a/www/p5-Apache-Radius/Makefile +++ b/www/p5-Apache-Radius/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= sheldonh@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius USE_PERL5= YES |