diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 08:42:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 08:42:28 +0000 |
commit | a0885ea271c55a216bd6e46d16a655bd88951c1b (patch) | |
tree | ed7d36dd46d28978fe0cb8b6e623eb762a2b80d2 /irc | |
parent | 4c6913c3fc6b65f16040ae6dcc7d93920d645bc6 (diff) | |
download | ports-a0885ea271c55a216bd6e46d16a655bd88951c1b.tar.gz ports-a0885ea271c55a216bd6e46d16a655bd88951c1b.zip |
Notes
Diffstat (limited to 'irc')
-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 e52bc7f83f68..8794207d95b1 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Net/IRC.pm:${PORTSDIR}/irc/p NO_BUILD= yes USE_PERL5= yes -MAN1= nethirc.1 +MAN1= nethirc.1 nhirc.1 do-install: (cd ${WRKSRC} && ${SH} install.sh ${PREFIX}) |