diff options
Diffstat (limited to 'mail/fetchmail/pkg-plist')
-rw-r--r-- | mail/fetchmail/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index a0624bed77b..766837d90f7 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -1,6 +1,12 @@ bin/fetchmail bin/fetchmailconf libexec/fetchmailconf.bin +share/locale/es/LC_MESSAGES/fetchmail.mo +share/locale/fr/LC_MESSAGES/fetchmail.mo +share/locale/pl/LC_MESSAGES/fetchmail.mo +share/locale/pt_BR/LC_MESSAGES/fetchmail.mo +share/locale/cs/LC_MESSAGES/fetchmail.mo +share/locale/gl/LC_MESSAGES/fetchmail.mo share/doc/fetchmail/COPYING share/doc/fetchmail/FAQ share/doc/fetchmail/FEATURES @@ -11,3 +17,6 @@ share/doc/fetchmail/fetchmail-FAQ.html share/doc/fetchmail/fetchmail-features.html share/doc/fetchmail/sample.rcfile @dirrm share/doc/fetchmail +@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 |