summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-02 04:52:30 +0000
committerhubertf <hubertf>1998-01-02 04:52:30 +0000
commitcfffda1a6c73d175b926e094a5c2914c6bbca959 (patch)
tree0ff0a20377a9b7e3cca6f5011e61392011f2408d
parent74d024c4cf8d4dcaf493d1cc1ae4192e06e078a6 (diff)
downloadpkgsrc-cfffda1a6c73d175b926e094a5c2914c6bbca959.tar.gz
More whitespace lossage, fixed by Matthias Scheler's PR 4762.
-rw-r--r--games/kdegames/patches/patch-ab60
1 files changed, 30 insertions, 30 deletions
diff --git a/games/kdegames/patches/patch-ab b/games/kdegames/patches/patch-ab
index 5adb79b90ac..b3c2baf8c03 100644
--- a/games/kdegames/patches/patch-ab
+++ b/games/kdegames/patches/patch-ab
@@ -2,7 +2,7 @@
+++ kabalone/Makefile.in Thu Dec 18 16:53:17 1997
@@ -1,5 +1,7 @@
VERSION=1.02
-
+
+SHELL=/bin/sh
+
# @CXXFLAGS@ : is set to -g -Wall (when debuging) or -O2 -Wall (when not)
@@ -15,13 +15,13 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- kasteroids/Makefile.in.orig Sun Nov 23 01:04:26 1997
+++ kasteroids/Makefile.in Thu Dec 18 03:24:44 1997
@@ -1,5 +1,7 @@
# This is a sample Makefile.in
-
+
+SHELL = /bin/sh
+
kde_libraries = @kde_libraries@
@@ -31,26 +31,26 @@
+++ kmahjongg/Makefile.in Thu Dec 18 16:10:35 1997
@@ -1,5 +1,7 @@
####### Makefile for khmahjongg
-
+
+SHELL=/bin/sh
+
kde_libraries = @kde_libraries@
qt_libraries = @qt_libraries@
top_builddir = ..
@@ -10,7 +12,7 @@
-
- INSTALL = @INSTALL@ -m 0755
- INSTALL_DATA = @INSTALL@ -m 0644
+
+ INSTALL = @INSTALL@ -m 0755
+ INSTALL_DATA = @INSTALL@ -m 0644
-INSTALL_DIR = @INSTALL@ -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
-
+
prefix = @prefix@
BINDIR = $(prefix)/bin
--- kpat/Makefile.in.orig Sun Nov 16 01:04:38 1997
+++ kpat/Makefile.in Thu Dec 18 16:10:27 1997
@@ -1,5 +1,7 @@
# This is a sample Makefile.in
-
+
+SHELL=/bin/sh
+
kde_libraries = @kde_libraries@
@@ -63,14 +63,14 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- kpoker/Makefile.in.orig Wed Nov 19 01:06:25 1997
+++ kpoker/Makefile.in Thu Dec 18 16:10:24 1997
@@ -1,6 +1,8 @@
# This is the kpoker Makefile.in (thanks to Stefan Coolo for the
# providing an example Makefile
-
+
+SHELL=/bin/sh
+
kde_libraries = @kde_libraries@
@@ -83,13 +83,13 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- kreversi/Makefile.in.orig Sun Nov 16 01:04:49 1997
+++ kreversi/Makefile.in Thu Dec 18 16:10:22 1997
@@ -1,5 +1,7 @@
# This is a sample Makefile.in
-
+
+SHELL=/bin/sh
+
kde_libraries = @kde_libraries@
@@ -102,13 +102,13 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- kshisen/Makefile.in.orig Sun Nov 16 01:04:57 1997
+++ kshisen/Makefile.in Thu Dec 18 16:09:24 1997
@@ -1,5 +1,7 @@
# This is a sample Makefile.in
-
+
+SHELL=/bin/sh
+
# @CXXFLAGS@ : is set to -g -Wall (when debuging) or -O2 -Wall (when not)
@@ -121,13 +121,13 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- ksnake/Makefile.in.orig Sun Nov 16 01:05:00 1997
+++ ksnake/Makefile.in Thu Dec 18 16:09:40 1997
@@ -1,5 +1,7 @@
# This is a sample Makefile.in
-
+
+SHELL=/bin/sh
+
kde_libraries = @kde_libraries@
@@ -140,13 +140,13 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- ktetris/Makefile.in.orig Sun Nov 16 01:05:05 1997
+++ ktetris/Makefile.in Thu Dec 18 16:09:54 1997
@@ -1,5 +1,7 @@
# This is a sample Makefile.in
-
+
+SHELL=/bin/sh
+
kde_libraries = @kde_libraries@
@@ -159,17 +159,17 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- kmines/Makefile.in.orig Sun Nov 16 01:04:36 1997
+++ kmines/Makefile.in Thu Dec 18 16:10:31 1997
@@ -1,5 +1,7 @@
# kmines Makefile.in
-
+
+SHELL=/bin/sh
+
- kde_libraries = @kde_libraries@
- qt_libraries = @qt_libraries@
+ kde_libraries = @kde_libraries@
+ qt_libraries = @qt_libraries@
top_builddir = ..
@@ -25,7 +27,7 @@
install = @INSTALL@
@@ -178,12 +178,12 @@
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
+
prefix = @prefix@
--- kpoker/sounds/Makefile.in.orig Thu Dec 18 16:19:05 1997
+++ kpoker/sounds/Makefile.in Thu Dec 18 16:19:40 1997
@@ -1,4 +1,5 @@
-
+
+SHELL=/bin/sh
top_srcdir = @top_srcdir@
INSTALL_DATA = @INSTALL@ -m 0644
@@ -194,26 +194,26 @@
+SHELL=/bin/sh
+
HELPFILES = index.html snakeRace.gif
-
+
prefix = @prefix@
DOCSDIR = $(prefix)/share/doc/HTML/en/ksnake
-INSTALL_DIR = @INSTALL@ -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DATA = @INSTALL@ -m 644
-
+
all:
--- ksnake/data/Makefile.in.orig Thu Dec 18 16:46:40 1997
+++ ksnake/data/Makefile.in Thu Dec 18 16:47:02 1997
@@ -1,10 +1,11 @@
+SHELL=/bin/sh
-
+
prefix = @prefix@
SNAKEDIR = $(prefix)/share/apps/ksnake
LEVELDIR = $(SNAKEDIR)/levels
PIXDIR = $(SNAKEDIR)/pics
-
+
-INSTALL_DIR = @INSTALL@ -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
INSTALL_DATA = @INSTALL@ -m 644
INSTALL_HIGH = @INSTALL@ -m 666
-
+