$NetBSD: patch-ac,v 1.6 2003/09/23 21:39:47 abs Exp $

--- config/Makefile.in.orig	Tue Aug 27 23:56:42 2002
+++ config/Makefile.in
@@ -116,6 +116,7 @@ targets: ${TARGETS}
 PUTSERVER=${INSTALL} -idb ${PRODUCT}.sw.server
 
 install: default ${CONFIGFILES}
+	-${MKDIR} -p -m 0755 ${PREFIX}/share/hylafax/config_template
 	for i in ${CONFIGFILES}; do \
-	    ${PUTSERVER} -F ${SPOOL}/config -m 444 -src ${SRCDIR}/$$i -O $$i; \
+	    ${PUTSERVER} -F ${PREFIX}/share/hylafax/config_template -m 444 -src ${SRCDIR}/$$i -O $$i; \
 	done
