summaryrefslogtreecommitdiff
path: root/games/xconq/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/xconq/files/patch-ad')
-rw-r--r--games/xconq/files/patch-ad41
1 files changed, 0 insertions, 41 deletions
diff --git a/games/xconq/files/patch-ad b/games/xconq/files/patch-ad
deleted file mode 100644
index 97b743d876ac..000000000000
--- a/games/xconq/files/patch-ad
+++ /dev/null
@@ -1,41 +0,0 @@
---- 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 ; \