summaryrefslogtreecommitdiff
path: root/devel/gettext-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-30 19:51:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-30 19:51:11 +0000
commit62b59456f7625eca058a6ffd6b8ac2c209325ff9 (patch)
tree4fceb6d57bac3ee8c497255f9052e87110eb20fc /devel/gettext-devel
parentPortlint, deinstall cleanly, and put the .jar files where they belong. (diff)
Remove the individual locale directories before attempting to remove the
parent dir.
Notes
Notes: svn path=/head/; revision=28174
Diffstat (limited to 'devel/gettext-devel')
-rw-r--r--devel/gettext-devel/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gettext-devel/pkg-plist b/devel/gettext-devel/pkg-plist
index d8e27838e3d2..d44d84c05726 100644
--- a/devel/gettext-devel/pkg-plist
+++ b/devel/gettext-devel/pkg-plist
@@ -60,6 +60,9 @@ share/emacs/site-lisp/po-mode.el
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
+@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/* 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true
+@unexec rmdir %D/share/aclocal 2>/dev/null || true
@exec mkdir -p %%X11BASE%%/share/locale
@unexec rmdir %%X11BASE%%/share/locale 2>/dev/null || true