diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-20 06:25:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-20 06:25:32 +0000 |
commit | 3e57c8d5d930fd95c3aadcf8d86d5af73e035aad (patch) | |
tree | 4d0cb57819cb2aabd6393ab5dd674d69b44714d6 /x11-toolkits | |
parent | Clean up the pkg-plist voodoo: (diff) |
Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there. Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
Notes
Notes:
svn path=/head/; revision=124551
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index 7e4a1740997d..d1f2c71912a3 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -474,8 +474,6 @@ share/themes/Emacs/gtk-2.0-key/gtkrc @unexec rmdir %D/share/locale/ang 2> /dev/null || true @unexec rmdir %D/share/locale/az_IR/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/az_IR 2> /dev/null || true -@unexec rmdir %D/share/locale/br/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/br 2> /dev/null || true @unexec rmdir %D/share/locale/ia/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/ia 2> /dev/null || true @unexec rmdir %D/share/locale/mi/LC_MESSAGES 2> /dev/null || true diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 7e4a1740997d..d1f2c71912a3 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -474,8 +474,6 @@ share/themes/Emacs/gtk-2.0-key/gtkrc @unexec rmdir %D/share/locale/ang 2> /dev/null || true @unexec rmdir %D/share/locale/az_IR/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/az_IR 2> /dev/null || true -@unexec rmdir %D/share/locale/br/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/br 2> /dev/null || true @unexec rmdir %D/share/locale/ia/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/ia 2> /dev/null || true @unexec rmdir %D/share/locale/mi/LC_MESSAGES 2> /dev/null || true |