diff options
author | jlam <jlam> | 2000-07-25 05:14:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-25 05:14:59 +0000 |
commit | ddc7a176300214228999fa6c89b9ef88ccd69ed6 (patch) | |
tree | b627709b88a9f774cb5ec56e49823f63f5df09ec | |
parent | 9bac2f855c5e5a3bf4ab34c2915879a41049d235 (diff) | |
download | pkgsrc-ddc7a176300214228999fa6c89b9ef88ccd69ed6.tar.gz |
Remove ${PREFIX}/etc/CORBA{,/servers} in gnome-libs instead of gnome-core
since in gnome-libs is where the directory location is defined.
-rw-r--r-- | x11/gnome-core/pkg/PLIST.NetBSD | 4 | ||||
-rw-r--r-- | x11/gnome-core/pkg/PLIST.SunOS | 4 | ||||
-rw-r--r-- | x11/gnome-libs/pkg/PLIST | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/x11/gnome-core/pkg/PLIST.NetBSD b/x11/gnome-core/pkg/PLIST.NetBSD index 40bd3bd950f..0c32fa2aca1 100644 --- a/x11/gnome-core/pkg/PLIST.NetBSD +++ b/x11/gnome-core/pkg/PLIST.NetBSD @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.6 2000/07/25 03:54:50 jlam Exp $ +@comment $NetBSD: PLIST.NetBSD,v 1.7 2000/07/25 05:15:00 jlam Exp $ bin/cpumemusage_applet bin/deskguide_applet bin/diskusage_applet @@ -899,5 +899,3 @@ share/pixmaps/vnterm.xpm @dirrm share/applets/Clocks @dirrm share/applets/Amusements @dirrm share/applets -@dirrm etc/CORBA/servers -@dirrm etc/CORBA diff --git a/x11/gnome-core/pkg/PLIST.SunOS b/x11/gnome-core/pkg/PLIST.SunOS index d38216706c3..d646844461a 100644 --- a/x11/gnome-core/pkg/PLIST.SunOS +++ b/x11/gnome-core/pkg/PLIST.SunOS @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.SunOS,v 1.2 2000/06/21 00:47:46 jlam Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.3 2000/07/25 05:15:01 jlam Exp $ bin/another_clock_applet bin/asclock_applet bin/battery_applet @@ -658,5 +658,3 @@ share/xmodmap/xmodmap.yu @dirrm share/applets/Clocks @dirrm share/applets/Amusements @dirrm share/applets -@dirrm etc/CORBA/servers -@dirrm etc/CORBA diff --git a/x11/gnome-libs/pkg/PLIST b/x11/gnome-libs/pkg/PLIST index b75d8657ec1..dc44bd17321 100644 --- a/x11/gnome-libs/pkg/PLIST +++ b/x11/gnome-libs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2000/07/25 01:50:38 jlam Exp $ +@comment $NetBSD: PLIST,v 1.28 2000/07/25 05:14:59 jlam Exp $ bin/dns-helper bin/gconfigger bin/gnome-bug @@ -582,5 +582,7 @@ share/type-convert/type.convert @dirrm share/mime-info @unexec rmdir %D/share/pixmaps 2>/dev/null || true @dirrm share/type-convert +@dirrm etc/CORBA/servers +@dirrm etc/CORBA @exec mkdir -p ${LOCALSTATEDIR} @unexec rm -rf ${LOCALSTATEDIR} |