diff options
Diffstat (limited to 'textproc/namazu/patches/patch-ab')
-rw-r--r-- | textproc/namazu/patches/patch-ab | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/textproc/namazu/patches/patch-ab b/textproc/namazu/patches/patch-ab new file mode 100644 index 00000000000..e788518439d --- /dev/null +++ b/textproc/namazu/patches/patch-ab @@ -0,0 +1,31 @@ +$NetBSD: patch-ab,v 1.1 2007/09/20 20:53:32 wiz Exp $ + +--- conf/Makefile.in.orig 2004-12-14 23:34:52.000000000 +0900 ++++ conf/Makefile.in +@@ -133,7 +133,7 @@ lispdir = @lispdir@ + AUTOMAKE_OPTIONS = 1.4 no-dependencies + + confdir = $(sysconfdir)/$(PACKAGE) +-conf_DATA = namazurc-sample mknmzrc-sample ++noinst_DATA = namazurc-sample mknmzrc-sample + EXTRA_DIST = namazurc-sample + CLEANFILES = mknmzrc-sample + subdir = conf +@@ -143,7 +143,7 @@ CONFIG_CLEAN_FILES = + depcomp = + am__depfiles_maybe = + DIST_SOURCES = +-DATA = $(conf_DATA) ++DATA = $(noinst_DATA) + + DIST_COMMON = Makefile.am Makefile.in + all: all-am +@@ -218,7 +218,7 @@ all-am: Makefile $(DATA) + installdirs: + $(mkinstalldirs) $(DESTDIR)$(confdir) + +-install: install-am ++install: + install-exec: install-exec-am + install-data: install-data-am + uninstall: uninstall-am |