$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.
