freebsd-ports/games/xconq/files/patch-ad
Alexander Langer dfcac50937 - Update to 7.5.1.
- Depend on tcl/tk 8.3
- Update WWW + mastersite
- Change maintainer to ports@freebsd.org

PR:		23954
Submitted by:	Don Croyle <croyle@gelemna.org> (maintainer)
2000-12-30 16:50:29 +00:00

41 lines
764 B
Text

--- Makefile.in.orig Tue Aug 22 07:52:56 2000
+++ Makefile.in Sat Dec 30 04:02:02 2000
@@ -27,12 +27,12 @@
srcdir = @srcdir@
VPATH = @srcdir@
-GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
-GAMEPERM = 04755
-DIRPERM = 0755
-FILEPERM = 0644
+GAMEPERM = 02755
+DIRPERM = 0775
+FILEPERM = 0664
SHELL = /bin/sh
@@ -46,8 +46,6 @@
CC = @CC@
-CFLAGS = -g
-
RANLIB = ranlib
AR = ar
@@ -254,10 +252,8 @@
install-dirs:
@for i in $(MAKEDIRS) ; do \
echo Making $$i... ; \
- parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
- if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
if [ ! -d $$i ] ; then \
- if mkdir $$i ; then \
+ if mkdir -p $$i ; then \
true ; \
else \
exit 1 ; \