summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-05-03 07:09:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-05-03 07:09:53 +0000
commit4a54856d9fa922532ea12e5ee31ec81b6b2fb4f8 (patch)
treefa82685c5f0cf775e36a8202f52be7aef201eca7 /devel/gmake
parentReimport of openam in the corect place, ports/net (diff)
Remove locale directories upon deinstallation.
Found by: bento
Notes
Notes: svn path=/head/; revision=28275
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gmake/pkg-plist b/devel/gmake/pkg-plist
index 7dd89950ca4a..5d55b395e4dc 100644
--- a/devel/gmake/pkg-plist
+++ b/devel/gmake/pkg-plist
@@ -9,3 +9,6 @@ share/locale/ko/LC_MESSAGES/make.mo
share/locale/nl/LC_MESSAGES/make.mo
share/locale/pl/LC_MESSAGES/make.mo
share/locale/ru/LC_MESSAGES/make.mo
+@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