diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:01:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:01:41 +0000 |
commit | fac945abeee9ed681a4ace0bb98e656451ca12ff (patch) | |
tree | 1f7306e7af6817670a7569deda40266802279d30 /textproc/namazu2/patches/patch-ab | |
parent | fa0f6e46a770b8deccc56fbc93d26ba5154dab15 (diff) | |
download | pkgsrc-fac945abeee9ed681a4ace0bb98e656451ca12ff.tar.gz |
Reimport of package namazu from japanese/namazu2 into textproc/namazu2.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
Diffstat (limited to 'textproc/namazu2/patches/patch-ab')
-rw-r--r-- | textproc/namazu2/patches/patch-ab | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/namazu2/patches/patch-ab b/textproc/namazu2/patches/patch-ab new file mode 100644 index 00000000000..3b0456e5225 --- /dev/null +++ b/textproc/namazu2/patches/patch-ab @@ -0,0 +1,30 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 13:01:41 seb Exp $ + +--- conf/Makefile.in.orig Thu Dec 27 14:06:04 2001 ++++ conf/Makefile.in +@@ -117,10 +117,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 = +@@ -244,7 +244,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. |