diff options
Diffstat (limited to 'textproc/eb/patches')
-rw-r--r-- | textproc/eb/patches/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/eb/patches/patch-ac b/textproc/eb/patches/patch-ac new file mode 100644 index 00000000000..b3a8170a254 --- /dev/null +++ b/textproc/eb/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.1 2003/04/13 01:29:15 salo Exp $ + +--- Makefile.in.orig 2003-03-08 04:57:44.000000000 +0100 ++++ Makefile.in 2003-04-13 02:38:03.000000000 +0200 +@@ -168,7 +168,7 @@ + + appendixdir = $(pkgdatadir)/appendix + appendix_DATA = +-sysconf_DATA = eb.conf ++sysconf_DATA = + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -189,7 +189,7 @@ + mkinstalldirs + DIST_SUBDIRS = zlib eb libebutils ebappendix ebfont ebinfo ebrefile \ + ebzip doc doc-ja po-eb po-ebutils m4 samples +-all: config.h ++all: config.h eb.conf + $(MAKE) $(AM_MAKEFLAGS) all-recursive + + .SUFFIXES: |