diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-27 01:35:46 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-27 01:35:46 +0000 |
commit | 5e8ce846df7083af00f975231d08c2101db32609 (patch) | |
tree | 61978d961aa4ae8ece5690c7f6e82027a24bad98 /games | |
parent | a29d05256bc8da86a66cbd5b6205327038a52662 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/halflifeserver/Makefile | 2 | ||||
-rw-r--r-- | games/hlserver-cs/Makefile | 2 | ||||
-rw-r--r-- | games/linux-quake3/Makefile | 2 | ||||
-rw-r--r-- | games/q3server-ra3/Makefile | 2 | ||||
-rw-r--r-- | games/q3server/Makefile | 2 | ||||
-rw-r--r-- | 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 |