diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 20:30:27 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 20:30:27 +0000 |
commit | 8f91981349ec63cd27074fef1e1ebf60e2290f2a (patch) | |
tree | d31f189870d5f80254ecc3ca3ab4fd43d35e0bff /ftp/jmirror | |
parent | remove extra blank line - portlint (diff) |
update depends location to match where dependency installs and use LOCALBASE
instead of PREFIX (portlint)
Diffstat (limited to 'ftp/jmirror')
-rw-r--r-- | ftp/jmirror/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/jmirror/Makefile b/ftp/jmirror/Makefile index 2c80e253cc49..266efb72eac4 100644 --- a/ftp/jmirror/Makefile +++ b/ftp/jmirror/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ruin.org/pub/All/ MAINTAINER= jmrobins@jmirror.ruin.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net USE_PERL5= YES NO_BUILD= YES |