1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Don't change the ownership of system directories.

This commit is contained in:
Kris Kennaway 2003-01-14 04:33:41 +00:00
parent 4b7ca40472
commit a6915f6bb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73086

View File

@ -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} \