summaryrefslogtreecommitdiff
path: root/japanese/namazu2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/namazu2/patches/patch-ab')
-rw-r--r--japanese/namazu2/patches/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/namazu2/patches/patch-ab b/japanese/namazu2/patches/patch-ab
new file mode 100644
index 00000000000..6a31bccb872
--- /dev/null
+++ b/japanese/namazu2/patches/patch-ab
@@ -0,0 +1,30 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/01/27 02:29:25 taca Exp $
+
+--- conf/Makefile.in.orig Mon Oct 23 14:58:41 2000
++++ conf/Makefile.in
+@@ -111,10 +111,10 @@
+
+ AUTOMAKE_OPTIONS = 1.4 no-dependencies
+
+-confdir = $(sysconfdir)/$(PACKAGE)
+-conf_DATA = namazurc-sample mknmzrc-sample
++confdir = $(pkgdatadir)
++conf_DATA = namazurc.example mknmzrc.example
+ EXTRA_DIST = namazurc-sample
+-CLEANFILES = mknmzrc-sample
++CLEANFILES = namazurc.example mknmzrc.example
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+@@ -238,7 +238,10 @@
+ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+-mknmzrc-sample: ../pl/conf.pl
++namazurc.example: namazurc-sample
++ @cp -p $? $@
++
++mknmzrc.example: ../pl/conf.pl
+ perl -pe 's/^/\x23 / unless /^(\x23|package|$$)/' ../pl/conf.pl > $@
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.