From 5e8ce846df7083af00f975231d08c2101db32609 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 27 Oct 2001 01:35:46 +0000 Subject: change installed dirs mode from 555 to 755 Submitted by: MAINTAINER --- games/hlserver-cs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/hlserver-cs') 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 -- cgit v1.2.3