summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-18 17:09:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-18 17:09:14 +0000
commitdfeeed57f4b3ec8744b1f5c2a70d139fac328c65 (patch)
treef6d0e7afbc33256df1399f82658b9ab55add8b03 /x11-toolkits
parent- Depend on java/bouncycastle instead of redundantly downloading its files. (diff)
n -CURRENT, bsdtar will preserve the attributes of the archive automatically
when run as root. Unfortunately, py-gnome-desktop has all of its examples directories chmod to 0777. So once the directories are installed, remove the write bit for group and other.
Notes
Notes: svn path=/head/; revision=187660
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
index 770806e7aadb..b9ecb53d9259 100644
--- a/x11-toolkits/py-gnome-extras/Makefile
+++ b/x11-toolkits/py-gnome-extras/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gnome
PORTVERSION= 2.14.3
+PORTREVISION= 1
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
@@ -54,6 +55,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}
+ ${CHMOD} -R go-w ${EG_DST_DIR}
.endif
.include <bsd.port.post.mk>