mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
3c024e8418
Reviewed by: maintainer
30 lines
394 B
Plaintext
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
|
|
|