diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-01 03:21:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-01 03:21:53 +0800 |
commit | 3561606e4256cc9ce01bc8f3f71d99214301fa14 (patch) | |
tree | efaaa7bb1efcdd67a3e34bf928846fdd00ca8e20 /x11 | |
parent | efa44b09468fe4fbc51a4fcee83af4d4ecb19134 (diff) | |
download | freebsd-ports-gnome-3561606e4256cc9ce01bc8f3f71d99214301fa14.tar.gz freebsd-ports-gnome-3561606e4256cc9ce01bc8f3f71d99214301fa14.tar.zst freebsd-ports-gnome-3561606e4256cc9ce01bc8f3f71d99214301fa14.zip |
Clean up the plists some.
* "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound
between both GNOME 1.4 and GNOME 2.0.
* Remove some @dirrm's from gtm that were already in dependency ports.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/pkg-plist | 6 | ||||
-rw-r--r-- | x11/gnomelibs/pkg-plist | 6 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/gnome-libs/pkg-plist b/x11/gnome-libs/pkg-plist index b051270f5085..07e9c0f4db07 100644 --- a/x11/gnome-libs/pkg-plist +++ b/x11/gnome-libs/pkg-plist @@ -540,7 +540,6 @@ share/locale/zh_CN/LC_MESSAGES/gnome-libs.mo share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo @exec mkdir -p %D/share/gnome/games @dirrm share/gnome/type-convert -@dirrm share/gnome/pixmaps @dirrm share/gnome/mime-info @dirrm share/gnome/idl @dirrm share/gnome/html/zvt @@ -563,5 +562,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo @dirrm include/gnome-1.0/libart_lgpl @dirrm include/gnome-1.0/gtk-xmhtml @dirrm include/gnome-1.0 -@dirrm etc/sound/events -@dirrm etc/sound +@unexec /bin/rmdir %D/share/gnome/pixmaps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/sound/events 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/sound 2>/dev/null || /usr/bin/true diff --git a/x11/gnomelibs/pkg-plist b/x11/gnomelibs/pkg-plist index b051270f5085..07e9c0f4db07 100644 --- a/x11/gnomelibs/pkg-plist +++ b/x11/gnomelibs/pkg-plist @@ -540,7 +540,6 @@ share/locale/zh_CN/LC_MESSAGES/gnome-libs.mo share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo @exec mkdir -p %D/share/gnome/games @dirrm share/gnome/type-convert -@dirrm share/gnome/pixmaps @dirrm share/gnome/mime-info @dirrm share/gnome/idl @dirrm share/gnome/html/zvt @@ -563,5 +562,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo @dirrm include/gnome-1.0/libart_lgpl @dirrm include/gnome-1.0/gtk-xmhtml @dirrm include/gnome-1.0 -@dirrm etc/sound/events -@dirrm etc/sound +@unexec /bin/rmdir %D/share/gnome/pixmaps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/sound/events 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/sound 2>/dev/null || /usr/bin/true diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index e1676446683f..9ce4366dfcaf 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -142,8 +142,6 @@ share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo @dirrm share/doc/libgnome @dirrm include/libgnome-2.0/libgnome @dirrm include/libgnome-2.0 -@dirrm etc/sound/events -@dirrm etc/sound @dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/unknown @dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man @dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info @@ -192,3 +190,5 @@ share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo @dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility @dirrm etc/gconf/gconf.xml.defaults/desktop/gnome @dirrm etc/gconf/gconf.xml.defaults/desktop +@unexec /bin/rmdir %D/etc/sound/events 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/sound 2>/dev/null || /usr/bin/true |