aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-01-14 04:33:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-01-14 04:33:41 +0000
commita6915f6bb6a78d8520750a679a5e8a2a62e0d6e2 (patch)
tree8b3eba70fbf0f21cc02d87c3274d0195e60d93a8 /comms
parent4b7ca40472798bb1c72a8aac5936c7fc0324f904 (diff)
downloadports-a6915f6bb6a78d8520750a679a5e8a2a62e0d6e2.tar.gz
ports-a6915f6bb6a78d8520750a679a5e8a2a62e0d6e2.zip
Don't change the ownership of system directories.
Notes
Notes: svn path=/head/; revision=73086
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/files/patch-Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/hylafax/files/patch-Makefile.in b/comms/hylafax/files/patch-Makefile.in
new file mode 100644
index 000000000000..f6af939424ca
--- /dev/null
+++ b/comms/hylafax/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+--- Makefile.in.orig Mon May 27 21:22:33 2002
++++ Makefile.in Mon Jan 13 20:20:15 2003
+@@ -219,10 +219,8 @@
+ makeClientDirs::
+ -${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
+ -idb hylafax.sw.client -dir \
+- ${BIN} ${LIBDATA} ${LIBEXEC} ${SBIN}
++ ${LIBDATA}
+ 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} \