diff options
author | pat <pat@FreeBSD.org> | 2002-01-11 03:36:34 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-11 03:36:34 +0000 |
commit | d8ddc978b189baf71fb3c5c3347597e89f4b4680 (patch) | |
tree | 3dd2ac44a74ca4c8ff4a1e452280f764455d566a /security | |
parent | cccd9bad1b835cba47b31757bcb89de409e546d5 (diff) | |
download | FreeBSD-ports-d8ddc978b189baf71fb3c5c3347597e89f4b4680.zip FreeBSD-ports-d8ddc978b189baf71fb3c5c3347597e89f4b4680.tar.gz |
Fix translation install.
PR: 33760
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
Diffstat (limited to 'security')
-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 2084ca5..5a6e707 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 8ecee0c..8155f42 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 |