c53741bc22
including support for relocable programs, Qt support, separation of the PO processing functions into a separate library and more. Reorganise the gettext infrastructure by splitting of the tools into devel/gettext-tools, which will be used by the tools framework. The remaining devel/gettext package contains gettextize and autopoint aka the infrastructure to embbed gettext into a package. Due to the ABI and API changes, a recursive revision bump will follow. Take blaim by receiving the maintainer hat. With input from jlam@, reed@ and wiz@.
13 lines
562 B
Text
13 lines
562 B
Text
$NetBSD: patch-ak,v 1.5 2006/02/05 22:45:54 joerg Exp $
|
|
|
|
--- gettext-runtime/intl/Makefile.in.orig 2006-02-04 19:34:01.000000000 +0000
|
|
+++ gettext-runtime/intl/Makefile.in
|
|
@@ -257,7 +257,7 @@ check: all
|
|
# separate library.
|
|
# If you want to use the one which comes with this version of the
|
|
# package, you have to use `configure --with-included-gettext'.
|
|
-install: install-exec install-data
|
|
+install:
|
|
install-exec: all
|
|
if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
|
|
&& test '@USE_INCLUDED_LIBINTL@' = yes; then \
|