aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat7x
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-10-20 01:49:34 +0800
committergarga <garga@FreeBSD.org>2010-10-20 01:49:34 +0800
commit5f7af81a729f87f7b21d646f557d75cec0d604e5 (patch)
tree452a48710e6cff7b7e4c3f3e59b49b1f7e8fe3f3 /misc/compat7x
parentc9f1da965b0812b23ddfd9fe10b505e3d7dcee3e (diff)
downloadfreebsd-ports-gnome-5f7af81a729f87f7b21d646f557d75cec0d604e5.tar.gz
freebsd-ports-gnome-5f7af81a729f87f7b21d646f557d75cec0d604e5.tar.zst
freebsd-ports-gnome-5f7af81a729f87f7b21d646f557d75cec0d604e5.zip
Set mode 0755 on MKDIR to create ${PREFIX}/lib/compat. Some users experienced
problems when umask was 002 and this dir was created with group write perm. Reported by: ecrist at EFNet
Diffstat (limited to 'misc/compat7x')
-rw-r--r--misc/compat7x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile
index 269a6b0d237c..4349314f7c98 100644
--- a/misc/compat7x/Makefile
+++ b/misc/compat7x/Makefile
@@ -7,6 +7,7 @@
PORTNAME= compat7x
PORTVERSION= 7.3.703000.201008
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= garga/compat
@@ -36,7 +37,7 @@ USE_LDCONFIG32= ${TARGET32_DIR}
.endif
do-install:
- @${MKDIR} ${TARGET_DIR}
+ @${MKDIR} -m 0755 ${TARGET_DIR}
(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
(cd ${TARGET_DIR} && ${LN} -sf /lib/libthr.so.3 libkse.so.3)
.if ${ARCH} == amd64