aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:35:09 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:35:09 +0000
commitf2f4b3b9084d853ab49ff470c131315d350d75eb (patch)
treef3c42ff83e3078f612dff2c8189f7421d35372c9 /x11-toolkits/py-gnome2
parent814b79b62bec0e01a1307d93fadab33354533ccc (diff)
downloadports-f2f4b3b9084d853ab49ff470c131315d350d75eb.tar.gz
ports-f2f4b3b9084d853ab49ff470c131315d350d75eb.zip
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r--x11-toolkits/py-gnome2/Makefile2
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