diff options
author | wiz <wiz> | 2000-10-16 01:39:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-16 01:39:44 +0000 |
commit | b3fb64f47812885b0c8fa8d882f59d04b08d5048 (patch) | |
tree | 62734823d06244d6275dc960c809778760d55ba4 /net | |
parent | 4297aa7a5180a0036e9f0ef5ce64faeb5abe64a3 (diff) | |
download | pkgsrc-b3fb64f47812885b0c8fa8d882f59d04b08d5048.tar.gz |
Add message catalog, sort, and use dirrm instead of unexec rmdir in
one place.
Diffstat (limited to 'net')
-rw-r--r-- | net/gaim/pkg/PLIST | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/gaim/pkg/PLIST b/net/gaim/pkg/PLIST index 7c1a85245d5..2c2af95435d 100644 --- a/net/gaim/pkg/PLIST +++ b/net/gaim/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2000/06/06 22:17:48 augustss Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/10/16 01:39:44 wiz Exp $ +bin/au2h +bin/gaim lib/gaim/autorecon.so lib/gaim/iconaway.so lib/gaim/notify.so lib/gaim/spellchk.so -bin/au2h -bin/gaim +lib/locale/de/LC_MESSAGES/gaim.mo man/man1/gaim.1 share/pixmaps/gaim.xpm share/gnome/apps/Internet/gaim.desktop @@ -12,4 +13,4 @@ share/gnome/apps/Internet/gaim.desktop @unexec rmdir %D/share/gnome/apps 2>/dev/null || true @unexec rmdir %D/share/gnome 2>/dev/null || true @unexec rmdir %D/share/pixmaps 2>/dev/null || true -@unexec rmdir %D/lib/gaim 2>/dev/null || true +@dirrm lib/gaim |