diff options
Diffstat (limited to 'devel/gtexinfo/patches/patch-ab')
-rw-r--r-- | devel/gtexinfo/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gtexinfo/patches/patch-ab b/devel/gtexinfo/patches/patch-ab index 9a8b9007f1b..f4b944e069c 100644 --- a/devel/gtexinfo/patches/patch-ab +++ b/devel/gtexinfo/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.3 1998/08/07 10:40:24 agc Exp $ +$NetBSD: patch-ab,v 1.4 2001/12/25 14:48:38 wiz Exp $ ---- info/Makefile.in.orig Mon Mar 9 08:42:23 1998 -+++ info/Makefile.in Mon Mar 9 08:42:44 1998 +--- info/Makefile.in.orig Tue Sep 28 21:40:50 1999 ++++ info/Makefile.in @@ -97,7 +97,7 @@ # Automake puts -I.. and -I$(srcdir) into DEFS by default, but # we need to override it, so include them ourselves. @@ -10,4 +10,4 @@ $NetBSD: patch-ab,v 1.3 1998/08/07 10:40:24 agc Exp $ +DEFS = -DPORTSINFODIR=\"$(prefix)/info\" -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@ LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@ - makedoc_SOURCES = makedoc.c + EXTRA_DIST = README pcterm.c |