pkgsrc-wip/hylafax/patches/patch-ac
Andreas Hallmann 920ed39009 Hylafax is an enterprise class fax server software.
hylafax is a release spin off from wip/hylafax-devel.
hylafax will stay with releases and get imports
to its (cvs speek) vendor branch, whenever hylafax-devel reaches the next release.
It is thought as the hylafax source for pkgsrc-imports.

hylafax-devel will continue to be a testbed for the next release.
2006-05-20 15:29:28 +00:00

13 lines
549 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2006/05/20 15:29:28 ahallmann Exp $
--- config/Makefile.in.orig 2004-05-22 02:12:35.000000000 +0000
+++ config/Makefile.in
@@ -120,6 +120,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