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/linux-quake3 | |
parent | a29d05256bc8da86a66cbd5b6205327038a52662 (diff) | |
download | ports-5e8ce846df7083af00f975231d08c2101db32609.tar.gz ports-5e8ce846df7083af00f975231d08c2101db32609.zip |
Notes
Diffstat (limited to 'games/linux-quake3')
-rw-r--r-- | games/linux-quake3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |