From dff165b69380e190e21c57735abcd38505fb6f56 Mon Sep 17 00:00:00 2001 From: lioux Date: Sat, 27 Oct 2001 01:35:46 +0000 Subject: change installed dirs mode from 555 to 755 Submitted by: MAINTAINER --- games/q3server-ra3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/q3server-ra3') diff --git a/games/q3server-ra3/Makefile b/games/q3server-ra3/Makefile index abf0bcd..8e99b9f 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 -- cgit v1.1