diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 04:30:27 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 04:30:27 +0800 |
commit | af192e3c8fdddca53c6cf1ffc116047f1e629e22 (patch) | |
tree | b4572efab4d6ea5cd5f92d1ae620a02b7aa4b2a8 /ftp | |
parent | 2bcadfce27f28cae24588e0fe373b24da79ca90c (diff) | |
download | freebsd-ports-gnome-af192e3c8fdddca53c6cf1ffc116047f1e629e22.tar.gz freebsd-ports-gnome-af192e3c8fdddca53c6cf1ffc116047f1e629e22.tar.zst freebsd-ports-gnome-af192e3c8fdddca53c6cf1ffc116047f1e629e22.zip |
update depends location to match where dependency installs and use LOCALBASE
instead of PREFIX (portlint)
Diffstat (limited to 'ftp')
-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 |