diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 17:22:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 17:22:58 +0000 |
commit | a4cadfc3f9018b17096c38ae4c5ac48c347c2286 (patch) | |
tree | 47d97f11d2d60c1db420002289fd01f81662c493 /devel/gnome-vfs | |
parent | 42e144e91de895e907f7e8ddd7512cb734c638ac (diff) | |
download | ports-a4cadfc3f9018b17096c38ae4c5ac48c347c2286.tar.gz ports-a4cadfc3f9018b17096c38ae4c5ac48c347c2286.zip |
Tech corresponding GNOME1 and GNOME2 components to play nicely with shared
dirs.
Notes
Notes:
svn path=/head/; revision=57459
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index 3b0cbe3618c3..3982c8b2d25d 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -114,7 +114,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo @dirrm share/doc/gnome-vfs @dirrm lib/vfs/2.0/extfs @dirrm lib/vfs/2.0 -@dirrm lib/vfs @dirrm lib/gnome-vfs-2.0/modules @dirrm lib/gnome-vfs-2.0 @dirrm include/gnome-vfs-module-2.0/libgnomevfs @@ -124,3 +123,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo @dirrm etc/gnome-vfs-2.0/vfolders @dirrm etc/gnome-vfs-2.0/modules @dirrm etc/gnome-vfs-2.0 +@unexec /bin/rmdir %D/lib/vfs 2>/dev/null || /usr/bin/true |