summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gtexinfo/patches/patch-ah')
-rw-r--r--devel/gtexinfo/patches/patch-ah14
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/gtexinfo/patches/patch-ah b/devel/gtexinfo/patches/patch-ah
index a57f6949f20..21b588162ac 100644
--- a/devel/gtexinfo/patches/patch-ah
+++ b/devel/gtexinfo/patches/patch-ah
@@ -1,13 +1,15 @@
-$NetBSD: patch-ah,v 1.2 2002/10/03 02:06:32 seb Exp $
+$NetBSD: patch-ah,v 1.3 2002/11/17 01:17:32 seb Exp $
---- util/Makefile.in.orig Mon Apr 1 16:14:18 2002
+Patch file manually stripped down.
+
+--- util/Makefile.in.orig Sat Nov 16 23:25:45 2002
+++ util/Makefile.in
-@@ -115,7 +115,7 @@
- bin_PROGRAMS = install-info texindex
- bin_SCRIPTS = texi2dvi
+@@ -162,7 +162,7 @@ bin_SCRIPTS = texi2dvi
+ # bug, IMHO, but this is easier than patching Automake.)
+ ginstall_info_SOURCES = install-info.c
-localedir = $(datadir)/locale
-+localedir = $(PKGLOCALEDIR)
++localedir = $(prefix)/$(PKGLOCALEDIR)/locale
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
LDADD = ../lib/libtxi.a @LIBINTL@