1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xconq/files/patch-ad
Kris Kennaway 3c024e8418 Make this port setgid, not setuid.
Reviewed by:	maintainer
2000-05-07 02:14:29 +00:00

30 lines
394 B
Plaintext

--- Makefile.in.orig Sat Feb 21 16:26:25 1998
+++ Makefile.in Sun Apr 30 18:36:42 2000
@@ -25,12 +25,12 @@
srcdir = .
-GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
-GAMEPERM = 04755
-DIRPERM = 0755
-FILEPERM = 0644
+GAMEPERM = 02755
+DIRPERM = 0775
+FILEPERM = 0664
SHELL = /bin/sh
@@ -44,7 +44,7 @@
CC = cc
-CFLAGS = -g
+CFLAGS ?= -O
RANLIB = ranlib