From 5e8ce846df7083af00f975231d08c2101db32609 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 27 Oct 2001 01:35:46 +0000 Subject: [PATCH] change installed dirs mode from 555 to 755 Submitted by: MAINTAINER --- games/halflifeserver/Makefile | 2 +- games/hlserver-cs/Makefile | 2 +- games/linux-quake3/Makefile | 2 +- games/q3server-ra3/Makefile | 2 +- games/q3server/Makefile | 2 +- games/quake3-ra3/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index c9dd4af46ba6..a3a772854bff 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -28,7 +28,7 @@ STRIP= PLIST_SUB= ${PLIST_SUB_FOR_THIS_PORT} PLIST_SUB_FOR_THIS_PORT= HLDSDIR="${HLDSDIR:S/^\///}" LDCONFIG="${LDCONFIG_LINUX}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig HLDSDIR= /usr/games/hlds_l/ diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index a8409e3a55f6..1abf8edbff71 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -38,7 +38,7 @@ WRKSRC?= ${WRKDIR}/${PORTNAME} .endif PLIST_SUB+= ${PLIST_SUB_MASTER} -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 SORT?= /usr/bin/sort HALFLIFESERVER_PORT= ${.CURDIR}/../halflifeserver diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index a5591962cd90..59d0d726f5fb 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes Q3DIR= usr/games/quake3/ PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 do-extract: @${RM} -rf ${WRKDIR} diff --git a/games/q3server-ra3/Makefile b/games/q3server-ra3/Makefile index abf0bcd173b9..8e99b9fd8343 100644 --- a/games/q3server-ra3/Makefile +++ b/games/q3server-ra3/Makefile @@ -46,7 +46,7 @@ Q3SUBDIR?= ${PORTNAME} Q3DIR= usr/games/quake3/${Q3SUBDIR}/ PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 SORT?= /usr/bin/sort Q3SERVER_PORT= ${.CURDIR}/../q3server diff --git a/games/q3server/Makefile b/games/q3server/Makefile index a5591962cd90..59d0d726f5fb 100644 --- a/games/q3server/Makefile +++ b/games/q3server/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes Q3DIR= usr/games/quake3/ PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 do-extract: @${RM} -rf ${WRKDIR} diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index abf0bcd173b9..8e99b9fd8343 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -46,7 +46,7 @@ Q3SUBDIR?= ${PORTNAME} Q3DIR= usr/games/quake3/${Q3SUBDIR}/ PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 SORT?= /usr/bin/sort Q3SERVER_PORT= ${.CURDIR}/../q3server