graphics/tgif. The two ports were almost identical except for NLS support. The graphics/tgif now supports NLS by default and WITHOUT_NLS knob to disable it. - Add WITH_A4SIZE knob to set A4 as the default paper size. - Add a workaround for incorrect width calculation of wide characters. Approved by: maintainer
9 lines
244 B
Cheetah
9 lines
244 B
Cheetah
--- po/Po.tmpl.orig Sat Jun 17 02:35:00 2000
|
|
+++ po/Po.tmpl Sat Jun 17 02:35:26 2000
|
|
@@ -8,5 +8,5 @@
|
|
MKINSTALLDIRS = install -d
|
|
|
|
DESTDIR =
|
|
-SYSNLSDIR = /usr/share/locale
|
|
+SYSNLSDIR = $(PREFIX)/share/locale
|
|
NLSDIR = $(DESTDIR)$(SYSNLSDIR)
|