diff options
author | kris <kris@FreeBSD.org> | 2003-04-20 07:21:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-20 07:21:54 +0800 |
commit | 5c6883b03aaeb964c92c4fb320d5aed6137c0554 (patch) | |
tree | cfb68770f215f9bc5c4be5433552122dcbee33c2 /sysutils | |
parent | 05a8d8c4dc0c6b4d44d1c14f87a911bead4637d9 (diff) | |
download | freebsd-ports-gnome-5c6883b03aaeb964c92c4fb320d5aed6137c0554.tar.gz freebsd-ports-gnome-5c6883b03aaeb964c92c4fb320d5aed6137c0554.tar.zst freebsd-ports-gnome-5c6883b03aaeb964c92c4fb320d5aed6137c0554.zip |
Create directories mode 755, not 775
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/msyslog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile index 15b2ac83385e..eed2063fb4cd 100644 --- a/sysutils/msyslog/Makefile +++ b/sysutils/msyslog/Makefile @@ -63,11 +63,11 @@ pre-patch: .endfor post-install: - ${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/share/examples/msyslog + ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/examples/msyslog ${INSTALL_DATA} ${WRKSRC}/src/examples/* \ ${PREFIX}/share/examples/msyslog .if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0775 ${DOCSDIR} + ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor |