diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-05 10:39:10 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-05 10:39:10 +0000 |
commit | 5f5fc3e53557e5306b880ee8de8324deaeb97f2d (patch) | |
tree | 13f700cd72a9519a47c9ad8dbfd6ccd87e6a2d5f /devel/libgnome/PLIST | |
parent | 3fa676a8ebab425ebf1b17492251ff5d063b3aa1 (diff) | |
download | pkgsrc-5f5fc3e53557e5306b880ee8de8324deaeb97f2d.tar.gz |
Do not try to remove lib/bonobo/{monikers,servers} (removed by
bonobo-activation).
Diffstat (limited to 'devel/libgnome/PLIST')
-rw-r--r-- | devel/libgnome/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgnome/PLIST b/devel/libgnome/PLIST index be3ba5471d9..80213cd3fc1 100644 --- a/devel/libgnome/PLIST +++ b/devel/libgnome/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/03 23:26:22 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/05 10:39:10 jmmv Exp $ etc/gconf/gconf.xml.defaults/desktop/%gconf.xml etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility/%gconf.xml @@ -142,8 +142,8 @@ share/sgml/docbook/gnome-customization-0.1/l10n.xml @dirrm share/sgml/docbook/gnome-customization-0.1 @exec ${MKDIR} %D/share/gtk-doc/html/libgnome @dirrm share/gtk-doc/html/libgnome -@unexec ${RMDIR} %D/lib/bonobo/servers 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib/bonobo/monikers 2>/dev/null || ${TRUE} +@comment in bonobo-activation: @dirrm lib/bonobo/servers +@comment in bonobo-activation: @dirrm lib/bonobo/monikers @dirrm include/libgnome-2.0/libgnome @dirrm include/libgnome-2.0 @unexec ${RMDIR} %D/etc/sound/events 2>/dev/null || ${TRUE} |