aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-21 18:05:00 +0800
committerkris <kris@FreeBSD.org>2003-04-21 18:05:00 +0800
commit50374d012cee9d4401db6baa2e28e0731f6b27ae (patch)
tree94964fcdf12d569db5a5e396f2f7a3c6172238a7 /x11-fm
parentdd1cb7ca9ad3c1c9335425cd79889fdb30d10072 (diff)
downloadfreebsd-ports-graphics-50374d012cee9d4401db6baa2e28e0731f6b27ae.tar.gz
freebsd-ports-graphics-50374d012cee9d4401db6baa2e28e0731f6b27ae.tar.zst
freebsd-ports-graphics-50374d012cee9d4401db6baa2e28e0731f6b27ae.zip
Install the rox binary mode 755, not 775
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/rox-filer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile
index d9add36b8ed..433b9f37fd1 100644
--- a/x11-fm/rox-filer/Makefile
+++ b/x11-fm/rox-filer/Makefile
@@ -48,7 +48,7 @@ do-install:
@cd ${WRKSRC} && ${CP} -r Choices ${PREFIX}/share/
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/Choices
@${CAT} ${FILESDIR}/rox | ${SED} -e "s|%%PREFIX%%|${PREFIX}|" > ${PREFIX}/bin/rox
- @${CHMOD} 775 ${PREFIX}/bin/rox
+ @${CHMOD} 755 ${PREFIX}/bin/rox
@${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>