diff options
author | kim <kim@pkgsrc.org> | 1998-08-09 21:42:01 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-08-09 21:42:01 +0000 |
commit | bed8bb823889ebb39a951a92bbeb9197c6a539ea (patch) | |
tree | 4cadfdcb779fb9d62b997c6b8962bd8002623b62 /net/ircII | |
parent | d318d95a0490d61294ce3e6eb204e780dc2c4db3 (diff) | |
download | pkgsrc-bed8bb823889ebb39a951a92bbeb9197c6a539ea.tar.gz |
Let's have a man page for irc(1) as well (the distribution only
installs ircII(1), which is difficult to find when the binary is
not called that).
Diffstat (limited to 'net/ircII')
-rw-r--r-- | net/ircII/Makefile | 3 | ||||
-rw-r--r-- | net/ircII/pkg/PLIST | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index c1e33da52ab..862037e9f69 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/08/09 21:23:28 kim Exp $ +# $NetBSD: Makefile,v 1.15 1998/08/09 21:42:01 kim Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -26,5 +26,6 @@ post-install: ${ECHO} Compressing help files; \ find ${PREFIX}/share/irc/help -type f -print | xargs ${GZIP_CMD}; \ fi + (cd ${PREFIX}/man/man1; ${LN} -s ircII.1 irc.1) .include "../../mk/bsd.pkg.mk" diff --git a/net/ircII/pkg/PLIST b/net/ircII/pkg/PLIST index d8034de88c5..377ec9cdf3c 100644 --- a/net/ircII/pkg/PLIST +++ b/net/ircII/pkg/PLIST @@ -1,10 +1,13 @@ -@comment $NetBSD: PLIST,v 1.9 1998/08/09 21:23:29 kim Exp $ +@comment $NetBSD: PLIST,v 1.10 1998/08/09 21:42:01 kim Exp $ bin/irc bin/irc-4.4 bin/ircbug bin/ircio bin/ircflush bin/wserv +man/man1/irc.1 +man/man1/ircII.1 +man/man1/ircbug.1 share/irc/translation/ASCII share/irc/translation/CP437 share/irc/translation/CP850 @@ -573,8 +576,6 @@ share/irc/help/timer@.GZ@ share/irc/help/.date@.GZ@ share/irc/help/menus@.GZ@ share/irc/help/abort@.GZ@ -man/man1/ircII.1 -man/man1/ircbug.1 @unexec rm -f %D/share/irc/ircII.servers %D/share/irc/ircII.motd @dirrm share/irc/help/alias @dirrm share/irc/help/bind |