diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 04:18:09 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 04:18:09 +0800 |
commit | 4a96439f343bbd0c46cc9cd6615bce9115204ab6 (patch) | |
tree | 108d85ac6ebdaf6ee302f36c4d6d573d0ad778c1 /dns | |
parent | fcca74d14915f5b608aae635a204bbcbbf5c6f27 (diff) | |
download | freebsd-ports-gnome-4a96439f343bbd0c46cc9cd6615bce9115204ab6.tar.gz freebsd-ports-gnome-4a96439f343bbd0c46cc9cd6615bce9115204ab6.tar.zst freebsd-ports-gnome-4a96439f343bbd0c46cc9cd6615bce9115204ab6.zip |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 97e01c49fd46..eb04a3c3b048 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.visi.com/~barr/dnswalk/ MAINTAINER= mph@freebsd.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS NO_WRKSUBDIR= YES NO_BUILD= YES |