diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:39:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:39:21 +0000 |
commit | 25b4e6511279b4dd71f3c5172c21a3b9dae841d4 (patch) | |
tree | cc9840ed91d2d910534ed92985582a8df7c570c0 /mail/fetchmail/pkg-plist | |
parent | 6c8810f07de30e1895fbd0b82401f3dec19746da (diff) |
Notes
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 a0624bed77ba..766837d90f79 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 |