mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
22d5e4bb7f
PR: ports/9889 Submitted by: maintainer
20 lines
606 B
Plaintext
20 lines
606 B
Plaintext
--- WPrefs.app/po/Makefile.in.orig Fri Jan 29 01:38:16 1999
|
|
+++ WPrefs.app/po/Makefile.in Fri Jan 29 10:23:34 1999
|
|
@@ -205,12 +205,14 @@
|
|
mostlyclean-generic distclean-generic clean-generic \
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
|
+ja_JP.EUC.po: ja.po
|
|
+ nkf -e ja.po > ja_JP.EUC.po
|
|
|
|
.po.mo:
|
|
- msgfmt -o $@ $<
|
|
+ ${LOCALBASE}/bin/msgfmt -o $@ $<
|
|
|
|
WPrefs.pot: $(POTFILES)
|
|
- xgettext --default-domain=WPrefs \
|
|
+ ${LOCALBASE}/bin/xgettext --default-domain=WPrefs \
|
|
--add-comments --keyword=_ $(POTFILES)
|
|
if cmp -s WPrefs.po WPrefs.pot; then \
|
|
rm -f WPrefs.po; \
|