diff options
author | dougb <dougb@FreeBSD.org> | 2000-11-03 10:43:18 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-11-03 10:43:18 +0000 |
commit | 464b433087322a53ef2b36e6c970a12fb103490e (patch) | |
tree | 891135707c16ca993b801793fdfea871d9831992 | |
parent | 89fabd9aaaaa01f74653a20e1239fd4683538ed9 (diff) | |
download | FreeBSD-ports-464b433087322a53ef2b36e6c970a12fb103490e.zip FreeBSD-ports-464b433087322a53ef2b36e6c970a12fb103490e.tar.gz |
Fix installation path for the locale codes dependency
Fix a small porlint while I'm here
PR: ports/22503
Submitted by: Peter Pentchev <roam@orbitel.bg>
Approved by: maintainger (dima@chg.ru)
-rw-r--r-- | net/p5-Net-Whois/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile index cd70b2f..1f85624 100644 --- a/net/p5-Net-Whois/Makefile +++ b/net/p5-Net-Whois/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dima@chg.ru -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes USE_PERL5= YES |