diff options
author | dougb <dougb@FreeBSD.org> | 2000-11-03 18:43:18 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-11-03 18:43:18 +0800 |
commit | 464b433087322a53ef2b36e6c970a12fb103490e (patch) | |
tree | 891135707c16ca993b801793fdfea871d9831992 /net | |
parent | 89fabd9aaaaa01f74653a20e1239fd4683538ed9 (diff) | |
download | freebsd-ports-gnome-464b433087322a53ef2b36e6c970a12fb103490e.tar.gz freebsd-ports-gnome-464b433087322a53ef2b36e6c970a12fb103490e.tar.zst freebsd-ports-gnome-464b433087322a53ef2b36e6c970a12fb103490e.zip |
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)
Diffstat (limited to 'net')
-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 cd70b2f021aa..1f85624161b4 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 |