diff options
author | mezz <mezz@FreeBSD.org> | 2012-05-21 00:35:09 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-05-21 00:35:09 +0800 |
commit | d2997e87b3a909cc52ac24e46ea128efc5342688 (patch) | |
tree | 7ec1aecde7fec0cd38eb30e62dcdd8cb75b9ca9c /x11-toolkits | |
parent | 09be037fcba7b8149b9dce02e10d428bfb4d51fb (diff) | |
download | freebsd-ports-gnome-d2997e87b3a909cc52ac24e46ea128efc5342688.tar.gz freebsd-ports-gnome-d2997e87b3a909cc52ac24e46ea128efc5342688.tar.zst freebsd-ports-gnome-d2997e87b3a909cc52ac24e46ea128efc5342688.zip |
555 -> 755 for doc directories.
PR: ports/167119
Submitted by: bapt
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 22ffd9d3199b..4da9cb42bc7d 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -46,7 +46,7 @@ post-install: ${MKDIR} ${EG_DST_DIR} ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 + ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0755 ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 .endif |