mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
f44326d7d6
Note Maintainer's introduce page on pkg/DESCR. PR: ports/9022 Submitted by: Maintainer
23 lines
631 B
Plaintext
23 lines
631 B
Plaintext
--- po/Makefile.in.orig Sat Dec 5 21:56:08 1998
|
|
+++ po/Makefile.in Sat Dec 5 21:56:36 1998
|
|
@@ -216,12 +216,17 @@
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
|
maintainer-clean
|
|
|
|
+ja_JP.EUC.po: ja.po
|
|
+ nkf -e ja.po > ja_JP.EUC.po
|
|
+
|
|
+ja_JP.SJIS.po: ja.po
|
|
+ nkf -e ja.po > ja_JP.SJIS.po
|
|
|
|
.po.mo:
|
|
- msgfmt -o $@ $<
|
|
+ ${LOCALBASE}/bin/msgfmt -o $@ $<
|
|
|
|
WindowMaker.pot: $(POTFILES)
|
|
- xgettext --default-domain=WindowMaker \
|
|
+ ${LOCALBASE}/bin/xgettext --default-domain=WindowMaker \
|
|
--add-comments --keyword=_ $(POTFILES)
|
|
if cmp -s WindowMaker.po WindowMaker.pot; then \
|
|
rm -f WindowMaker.po; \
|