diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-18 13:20:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-18 13:20:31 +0000 |
commit | 02f27a83b44d4566fd409edc60570ac0734eb63e (patch) | |
tree | 62d2805fd9c9c4285034b54a2ccb3f498f302811 /mail/wanderlust/files | |
parent | bddf1289efd81317364118eb60cdc28cc766c3c2 (diff) |
Notes
Diffstat (limited to 'mail/wanderlust/files')
-rw-r--r-- | mail/wanderlust/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wanderlust/files/patch-Makefile b/mail/wanderlust/files/patch-Makefile index cdf17c95d230..9716ac1b2b66 100644 --- a/mail/wanderlust/files/patch-Makefile +++ b/mail/wanderlust/files/patch-Makefile @@ -5,7 +5,7 @@ info: - $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR) -+ LANG=ja $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR) ++ LANG=ja LC_ALL=ja $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR) install-info: $(EMACS) $(FLAGS) -l WL-MK -f install-wl-info $(INFODIR) |