diff options
author | kris <kris@FreeBSD.org> | 2003-01-14 04:33:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-14 04:33:41 +0000 |
commit | 1668312e3fa615f872b6d60d2b781e6419d6a376 (patch) | |
tree | 702cd47e1edba9851c70371ce71ce56db9607a8a | |
parent | fb94c92a5cb3dbc8c1d7fa09a11f28d4642a48f3 (diff) | |
download | FreeBSD-ports-1668312e3fa615f872b6d60d2b781e6419d6a376.zip FreeBSD-ports-1668312e3fa615f872b6d60d2b781e6419d6a376.tar.gz |
Don't change the ownership of system directories.
-rw-r--r-- | comms/hylafax/files/patch-Makefile.in | 14 |
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 0000000..f6af939 --- /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} \ |