openbsd-ports/net/tcpreen/patches/patch-po_Makefile_in_in

24 lines
691 B
Plaintext

$OpenBSD: patch-po_Makefile_in_in,v 1.2 2002/09/16 00:53:53 pvalchev Exp $
--- po/Makefile.in.in.orig Sun Sep 1 02:29:08 2002
+++ po/Makefile.in.in Sun Sep 15 18:44:58 2002
@@ -8,6 +8,8 @@
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
+DESTDIR =
+
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -21,8 +23,8 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
-gettextsrcdir = $(datadir)/gettext/po
+localedir = $(prefix)/share/locale
+gettextsrcdir = $(prefix)/share/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@