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 | c1d5b695fa88fa607556eb9372703a0a057759de (diff) | |
download | ports-8f91981349ec63cd27074fef1e1ebf60e2290f2a.tar.gz ports-8f91981349ec63cd27074fef1e1ebf60e2290f2a.zip |
update depends location to match where dependency installs and use LOCALBASE
instead of PREFIX (portlint)
Notes
Notes:
svn path=/head/; revision=26842
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 |