summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-aa
blob: eecf2b760943cc71223c734155de816afdb8fefa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-aa,v 1.7 2001/04/23 15:06:12 abs Exp $

--- Makefile.in.orig	Sun Sep  3 04:39:31 2000
+++ Makefile.in
@@ -223,22 +223,13 @@
 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; \