summaryrefslogtreecommitdiff
path: root/irc/nethirc
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-20 10:07:25 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-20 10:07:25 +0000
commit5520d967fedf0840351996a36ce561d7c45ec75a (patch)
treee9069277abb7b95b5fe831c54b4f0512a74c9a5a /irc/nethirc
parentReplace hardcoded 5.005 with %%PERL_VER%% in plist. (diff)
Replace hardcoded 5.005 with informative ${PERL_VERSION}.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=37364
Diffstat (limited to 'irc/nethirc')
-rw-r--r--irc/nethirc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile
index ee6ed18134b2..793a69db7e47 100644
--- a/irc/nethirc/Makefile
+++ b/irc/nethirc/Makefile
@@ -13,7 +13,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
+.include <bsd.port.pre.mk>
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
NO_BUILD= yes
USE_PERL5= yes
@@ -22,4 +23,4 @@ MAN1= nethirc.1 nhirc.1
do-install:
(cd ${WRKSRC} && ${SH} install.sh ${PREFIX})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>