diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-27 09:35:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-27 09:35:46 +0800 |
commit | dff165b69380e190e21c57735abcd38505fb6f56 (patch) | |
tree | 8e7790b85dc279d55c21a1628e1cb3d87ac9b8cb /games/linux-quake3 | |
parent | df80820d17881053f2d49694219d805193ea6e6d (diff) | |
download | freebsd-ports-graphics-dff165b69380e190e21c57735abcd38505fb6f56.tar.gz freebsd-ports-graphics-dff165b69380e190e21c57735abcd38505fb6f56.tar.zst freebsd-ports-graphics-dff165b69380e190e21c57735abcd38505fb6f56.zip |
change installed dirs mode from 555 to 755
Submitted by: MAINTAINER
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 a5591962cd9..59d0d726f5f 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} |