diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-20 10:07:25 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-20 10:07:25 +0000 |
commit | 5520d967fedf0840351996a36ce561d7c45ec75a (patch) | |
tree | e9069277abb7b95b5fe831c54b4f0512a74c9a5a /irc/nethirc/Makefile | |
parent | 87b5c278bb4d66b63dafa78b2928bdc551f08f7f (diff) | |
download | ports-5520d967fedf0840351996a36ce561d7c45ec75a.tar.gz ports-5520d967fedf0840351996a36ce561d7c45ec75a.zip |
Notes
Diffstat (limited to 'irc/nethirc/Makefile')
-rw-r--r-- | irc/nethirc/Makefile | 5 |
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> |