diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /irc/nethirc | |
parent | Change MASTER_SITES to fix fetch (diff) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'irc/nethirc')
-rw-r--r-- | irc/nethirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 733ec75cb2ad..60815a52c680 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl-based irc client that uses Net::IRC .include <bsd.port.pre.mk> -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC +RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC NO_BUILD= yes USE_PERL5= yes |