diff options
author | clive <clive@FreeBSD.org> | 2001-01-20 18:07:25 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-20 18:07:25 +0800 |
commit | 7e7540c9c9f7820e2153aa413261d80eb3fd5338 (patch) | |
tree | 7a10eef859b59e60b7b03a9f8d6f3b053a7525ad /irc/nethirc | |
parent | 7b91141ae0d962ff850646be281a18bcb69372fa (diff) | |
download | freebsd-ports-gnome-7e7540c9c9f7820e2153aa413261d80eb3fd5338.tar.gz freebsd-ports-gnome-7e7540c9c9f7820e2153aa413261d80eb3fd5338.tar.zst freebsd-ports-gnome-7e7540c9c9f7820e2153aa413261d80eb3fd5338.zip |
Replace hardcoded 5.005 with informative ${PERL_VERSION}.
Submitted by: bento
Diffstat (limited to 'irc/nethirc')
-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> |