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.
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/05/20 15:29:28 ahallmann Exp $
|
|
|
|
--- Makefile.in.orig Mon Apr 14 03:44:42 2003
|
|
+++ Makefile.in
|
|
@@ -237,22 +237,13 @@ makeClientDirs::
|
|
makeServerDirs::
|
|
-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
|
|
-idb hylafax.sw.server -dir ${SBIN};
|
|
- -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
|
|
- -idb hylafax.sw.server -dir ${SPOOL}
|
|
- -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
|
|
- -idb hylafax.sw.server -dir \
|
|
- -F ${SPOOL} bin client config dev etc info log recvq status
|
|
- -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m 700 \
|
|
- -idb hylafax.sw.server -dir \
|
|
- -F ${SPOOL} sendq doneq docq tmp pollq archive
|
|
makeDirs: makeClientDirs makeServerDirs
|
|
|
|
makeDevices::
|
|
- ${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m 600 -fifo \
|
|
- -idb hylafax.sw.server -F ${SPOOL} FIFO
|
|
|
|
install: makeDirs makeDevices
|
|
- ${INSTALL} -m 444 -F ${SPOOL} -idb hylafax.sw.server \
|
|
+ -${MKDIR} -p -m 755 ${PREFIX}/share/doc/hylafax
|
|
+ ${INSTALL} -m 444 -F ${PREFIX}/share/doc/hylafax -idb hylafax.sw.server \
|
|
-src ${SRCDIR}/COPYRIGHT -O COPYRIGHT
|
|
@if [ "@REGEX@" = yes ]; then \
|
|
${ECHO} "= "regex; cd regex; ${MAKE} install || exit 1; \
|