summaryrefslogtreecommitdiff
path: root/japanese/namazu2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/namazu2/patches/patch-aa')
-rw-r--r--japanese/namazu2/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/namazu2/patches/patch-aa b/japanese/namazu2/patches/patch-aa
new file mode 100644
index 00000000000..c8d1e6f7d24
--- /dev/null
+++ b/japanese/namazu2/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/01/27 02:29:25 taca Exp $
+
+--- conf/Makefile.am.orig Fri Feb 25 23:04:36 2000
++++ conf/Makefile.am
+@@ -1,9 +1,12 @@
+ 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
+
+-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 > $@