diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2013-02-04 08:44:28 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2013-02-04 08:44:28 +0000 |
commit | 81eefcdd20a4f2ca6b390b9e435ed9c17943708e (patch) | |
tree | ce851f568ebe1fa88d5174b3e9b0b235e16ccc0f /games/xconq/files/patch-ad | |
parent | Now libexttextcat and libtextcat can happily co-exist. (diff) |
- Update to version 7.5.0.0.p.0.20050612.
PR: ports/174192
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=311578
Diffstat (limited to 'games/xconq/files/patch-ad')
-rw-r--r-- | games/xconq/files/patch-ad | 41 |
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 ; \ |