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/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 a8409e3..1abf8ed 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.1