diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gmake/pkg-plist | 3 | ||||
-rw-r--r-- | devel/gmake381/pkg-plist | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/gmake/pkg-plist b/devel/gmake/pkg-plist index 7dd89950ca4..5d55b395e4d 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 diff --git a/devel/gmake381/pkg-plist b/devel/gmake381/pkg-plist index 7dd89950ca4..5d55b395e4d 100644 --- a/devel/gmake381/pkg-plist +++ b/devel/gmake381/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 |