diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-27 14:31:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-27 14:31:43 +0000 |
commit | 694b359fdee171e66ba6119df4da36fad55c1beb (patch) | |
tree | 7158b79b39895cd4e65a2427ff4a87158244643c /chat | |
parent | e6272e67f601de83bcb5aa43647282397d293b70 (diff) | |
download | pkgsrc-694b359fdee171e66ba6119df4da36fad55c1beb.tar.gz |
Fix previous change: share/applets/* directories are removed by gnome-core.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim-gnome/PLIST | 4 | ||||
-rw-r--r-- | chat/gnomeicu/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/gaim-gnome/PLIST b/chat/gaim-gnome/PLIST index b8d9f37c48a..005c59f5dbb 100644 --- a/chat/gaim-gnome/PLIST +++ b/chat/gaim-gnome/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/27 14:19:16 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/27 14:31:43 jmmv Exp $ bin/gaim_applet etc/CORBA/servers/gaim_applet.gnorba share/applets/Network/gaim_applet.desktop @@ -8,4 +8,4 @@ share/pixmaps/gaim/msgpend.png share/pixmaps/gaim/offline.png share/pixmaps/gaim/online.png @dirrm share/pixmaps/gaim -@comment in gnome1-dirs: @dirrm share/applets/Network +@comment in gnome-core: @dirrm share/applets/Network diff --git a/chat/gnomeicu/PLIST b/chat/gnomeicu/PLIST index 1dbe5564c0f..9f786f5efd9 100644 --- a/chat/gnomeicu/PLIST +++ b/chat/gnomeicu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/01/27 14:19:16 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/01/27 14:31:43 jmmv Exp $ bin/gnomeicu bin/gnomeicu-client etc/CORBA/servers/GnomeICU.gnorba @@ -125,6 +125,6 @@ share/sounds/gnomeicu/message.wav @dirrm share/gnomeicu/icons @dirrm share/gnomeicu @dirrm share/sounds/gnomeicu -@comment in gnome1-dirs: @dirrm share/applets/Network +@comment in gnome-core: @dirrm share/applets/Network @unexec ${RMDIR} %D/etc/sound/events 2> /dev/null || ${TRUE} @unexec ${RMDIR} %D/etc/CORBA/servers 2> /dev/null || ${TRUE} |