diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-19 01:09:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-19 01:09:14 +0800 |
commit | 14f92c065b242482f076bd219bcbe08dafd3b93f (patch) | |
tree | ed995e3fd68bd8bd81886bf5c0dc5d4e10b6ebb0 /x11-toolkits | |
parent | 7c60a8deb839aa992a4ea1c8e67cc2f16c0e8225 (diff) | |
download | freebsd-ports-graphics-14f92c065b242482f076bd219bcbe08dafd3b93f.tar.gz freebsd-ports-graphics-14f92c065b242482f076bd219bcbe08dafd3b93f.tar.zst freebsd-ports-graphics-14f92c065b242482f076bd219bcbe08dafd3b93f.zip |
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.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index 770806e7aad..b9ecb53d925 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> |