diff options
author | tv <tv@pkgsrc.org> | 1998-03-05 16:55:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-03-05 16:55:33 +0000 |
commit | b20bdac67142a2d624c7345da425d551ee2ce484 (patch) | |
tree | dcd16ae496a4e32dcf67a71d0c4e548c61a06dfb /net/ircII/pkg | |
parent | 126cb5e5c3500567ea890419fde3aa23a6fcf734 (diff) | |
download | pkgsrc-b20bdac67142a2d624c7345da425d551ee2ce484.tar.gz |
Some cleanup:
- change absolute symlink bin/irc to a relative (in-directory) symlink
- change PLIST to include the bin/irc link instead of creating it, so
pkg_info -Lq matches what's on disk
- change ircII's Makefile.in to use our BSD_INSTALL_* macros, and now
strip binaries when installed (if BSD_INSTALL_PROGRAM does)
- show a confirmation message about compressing help files, and use
xargs instead of individual gzip processes for speed
- remove ircII.motd as well as ircII.servers at pkg_delete time
Diffstat (limited to 'net/ircII/pkg')
-rw-r--r-- | net/ircII/pkg/PLIST | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ircII/pkg/PLIST b/net/ircII/pkg/PLIST index 40008449c19..5675b4519a9 100644 --- a/net/ircII/pkg/PLIST +++ b/net/ircII/pkg/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.7 1998/02/15 10:36:03 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.8 1998/03/05 16:55:33 tv Exp $ +bin/irc bin/irc-4.4 -@exec ln -f %B/%f %B/irc -@unexec rm -f %B/irc bin/ircbug bin/ircio bin/ircflush @@ -576,7 +575,7 @@ lib/irc/help/menus@.GZ@ lib/irc/help/abort@.GZ@ man/man1/ircII.1 man/man1/ircbug.1 -@unexec rm -f %D/lib/irc/ircII.servers +@unexec rm -f %D/lib/irc/ircII.servers %D/lib/irc/ircII.motd @dirrm lib/irc/help/alias @dirrm lib/irc/help/bind @dirrm lib/irc/help/ctcp |