diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-11 03:36:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-11 03:36:34 +0000 |
commit | 73c8ccebc11e30d6daec9011f78492bce4e30148 (patch) | |
tree | 7996dd1e13fcb7fa8f69518b77c60be5622ffbf2 /security/fwlogwatch | |
parent | A patch to correct an error in the dictionary. (diff) |
Fix translation install.
PR: 33760
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
Notes
Notes:
svn path=/head/; revision=52894
Diffstat (limited to 'security/fwlogwatch')
-rw-r--r-- | security/fwlogwatch/files/patch-Makefile | 2 | ||||
-rw-r--r-- | security/fwlogwatch/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/fwlogwatch/files/patch-Makefile b/security/fwlogwatch/files/patch-Makefile index 2084ca5fa28b..5a6e70726ba1 100644 --- a/security/fwlogwatch/files/patch-Makefile +++ b/security/fwlogwatch/files/patch-Makefile @@ -33,7 +33,7 @@ - $(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt/LC_MESSAGES/fwlogwatch.mo - $(INSTALL_DATA) po/zh.mo /usr/share/locale/zh/LC_MESSAGES/fwlogwatch.mo + $(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo -+ $(INSTALL_DATA) po/zh.mo /usr/share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo ++ $(INSTALL_DATA) po/zh.mo /usr/share/locale/zh_TW.Big5/LC_MESSAGES/fwlogwatch.mo uninstall: @rm -f /usr/local/sbin/fwlogwatch \ diff --git a/security/fwlogwatch/pkg-plist b/security/fwlogwatch/pkg-plist index 8ecee0c1dd8b..8155f42862fa 100644 --- a/security/fwlogwatch/pkg-plist +++ b/security/fwlogwatch/pkg-plist @@ -3,4 +3,4 @@ sbin/fwlw_notify sbin/fwlw_respond share/locale/de/LC_MESSAGES/fwlogwatch.mo share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo -share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo +share/locale/zh_TW.Big5/LC_MESSAGES/fwlogwatch.mo |