diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-29 04:05:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-29 04:05:11 +0000 |
commit | 3a70719bbbb0c3bc3ee2523c03458e80242a2fc1 (patch) | |
tree | 4473ae26b7acb06779f26e3889949443cddee6c8 /games | |
parent | 03a61d1745657bb8c022051144a04ed3428e75e2 (diff) | |
download | pkgsrc-3a70719bbbb0c3bc3ee2523c03458e80242a2fc1.tar.gz |
Fix for NetBSD, by boquist@cs.chalmers.se.
Diffstat (limited to 'games')
-rw-r--r-- | games/kdegames/Makefile | 19 | ||||
-rw-r--r-- | games/kdegames/files/md5 | 2 | ||||
-rw-r--r-- | games/kdegames/patches/patch-a0 | 15 | ||||
-rw-r--r-- | games/kdegames/patches/patch-aa | 13 | ||||
-rw-r--r-- | games/kdegames/patches/patch-ab | 589 | ||||
-rw-r--r-- | games/kdegames/pkg/PLIST | 18 |
6 files changed, 226 insertions, 430 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 40280ed0d39..608456f01d4 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: kdegames -# Version required: Beta1 +# Version required: Beta2 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1997/12/29 04:02:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/12/29 04:05:11 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # -DISTNAME= kdegames-Beta1-2 -PKGNAME= kdegames-1.2b +DISTNAME= kdegames-Beta2-1 +PKGNAME= kdegames-2.1b CATEGORIES= games kde -MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \ - ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \ - ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/ +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta2/distribution/tgz/source/ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org @@ -31,7 +32,9 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ "--prefix=$(PREFIX)" \ - "--datadir=$(PREFIX)/share/kde" + "--datadir=$(PREFIX)/share/kde" \ + "--with-qt-dir=$(PREFIX)" \ + "--with-qt-includes=$(PREFIX)/include/qt" WRKSRC= ${WRKDIR}/kdegames diff --git a/games/kdegames/files/md5 b/games/kdegames/files/md5 index 03fcde56ec0..7a5e1415578 100644 --- a/games/kdegames/files/md5 +++ b/games/kdegames/files/md5 @@ -1 +1 @@ -MD5 (kdegames-Beta1-2.src.tgz) = a274186da3822ac1956be102ada7f2f6 +MD5 (kdegames-Beta2-1.src.tgz) = 8b11cb7c039900bcb7ffb9f1c0281ba9 diff --git a/games/kdegames/patches/patch-a0 b/games/kdegames/patches/patch-a0 deleted file mode 100644 index 8e561d0eb86..00000000000 --- a/games/kdegames/patches/patch-a0 +++ /dev/null @@ -1,15 +0,0 @@ -*** ltconfig~ Fri Oct 10 01:06:48 1997 ---- ltconfig Sat Nov 1 23:02:29 1997 -*************** -*** 982,986 **** - freebsd2* | freebsd3*) - version_type=sunos -! library_names_spec='$libname.so.$versuffix $libname.so' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH ---- 982,986 ---- - freebsd2* | freebsd3*) - version_type=sunos -! library_names_spec='$libname.so.$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH diff --git a/games/kdegames/patches/patch-aa b/games/kdegames/patches/patch-aa index e2b1f87420d..576a1c066d0 100644 --- a/games/kdegames/patches/patch-aa +++ b/games/kdegames/patches/patch-aa @@ -26,16 +26,3 @@ ! if test -r $ac_dir/lib${x_direct_test_library}.*$ac_extension; then ac_x_libraries=$ac_dir break 2 -*************** -*** 2214,2218 **** - for i in $qt_libdirs; - do -! for j in libqt.so libqt.so.1.30 libqt.so.1 libqt.a libqt.sl; - do - if test -r "$i/$j"; then ---- 2214,2218 ---- - for i in $qt_libdirs; - do -! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1 libqt.a libqt.sl; - do - if test -r "$i/$j"; then diff --git a/games/kdegames/patches/patch-ab b/games/kdegames/patches/patch-ab index 161d6f427b0..5adb79b90ac 100644 --- a/games/kdegames/patches/patch-ab +++ b/games/kdegames/patches/patch-ab @@ -1,382 +1,219 @@ -*** kabalone/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kabalone/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kasteroids/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kasteroids/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kmahjongg/Makefile.in.orig Sun Oct 19 12:04:57 1997 ---- kmahjongg/Makefile.in Sun Nov 2 00:24:57 1997 -*************** -*** 35,44 **** - - ####### Implicit rules -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) $(CXXFLAGS) $(DEFS) -c $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 35,44 ---- - - ####### Implicit rules -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) $(CXXFLAGS) $(DEFS) -c $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kmines/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kmines/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kpat/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kpat/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kpoker/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kpoker/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kreversi/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kreversi/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kshisen/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- kshisen/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** ksnake/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- ksnake/Makefile.in Sun Nov 2 10:51:47 1997 -*************** -*** 35,44 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 35,44 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*************** -*** 106,137 **** - - mrattler.cpp: rattler.h -! $(MOC) -o $@ $< - - msnake.cpp: snake.h -! $(MOC) -o $@ $< - - mgame.cpp: game.h -! $(MOC) -o $@ $< - - mtrys.cpp: trys.h -! $(MOC) -o $@ $< - - mbasket.cpp: basket.h -! $(MOC) -o $@ $< - - mstartroom.cpp: startroom.h -! $(MOC) -o $@ $< - - mlcdrange.cpp: lcdrange.h -! $(MOC) -o $@ $< - - mscore.cpp: score.h -! $(MOC) -o $@ $< - - mbox.cpp: box.h -! $(MOC) -o $@ $< - - mprogress.cpp: progress.h -! $(MOC) -o $@ $< - - # DO NOT DELETE THIS LINE -- make depend depends on it. ---- 106,137 ---- - - mrattler.cpp: rattler.h -! $(MOC) -o $@ $? - - msnake.cpp: snake.h -! $(MOC) -o $@ $? - - mgame.cpp: game.h -! $(MOC) -o $@ $? - - mtrys.cpp: trys.h -! $(MOC) -o $@ $? - - mbasket.cpp: basket.h -! $(MOC) -o $@ $? - - mstartroom.cpp: startroom.h -! $(MOC) -o $@ $? - - mlcdrange.cpp: lcdrange.h -! $(MOC) -o $@ $? - - mscore.cpp: score.h -! $(MOC) -o $@ $? - - mbox.cpp: box.h -! $(MOC) -o $@ $? - - mprogress.cpp: progress.h -! $(MOC) -o $@ $? - - # DO NOT DELETE THIS LINE -- make depend depends on it. -*** ktetris/Makefile.in~ Sun Oct 26 01:03:09 1997 ---- ktetris/Makefile.in Sun Nov 2 00:15:43 1997 -*************** -*** 36,45 **** - ########### File Formats ########### - -! .SUFFIXES: .cpp - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! %.moc: %.h - $(MOC) $< -o $@ - ---- 36,45 ---- - ########### File Formats ########### - -! .SUFFIXES: .cpp .moc - - .cpp.o: - $(CXX) -c $(CXXFLAGS) $< - -! .h.moc: - $(MOC) $< -o $@ - -*** kpoker/bitmaps/Makefile.in~ Sun Nov 2 11:19:13 1997 ---- kpoker/bitmaps/Makefile.in Sun Nov 2 11:18:42 1997 -*************** -*** 2,6 **** - top_srcdir = @top_srcdir@ - INSTALL_DATA = @INSTALL@ -m 0644 -! INSTALL_DIR = $(SHELL) $(top_srcdir)/mkinstalldirs - - PICS = `find . -type f -name "*.bmp" -print` ---- 2,7 ---- - top_srcdir = @top_srcdir@ - INSTALL_DATA = @INSTALL@ -m 0644 -! #INSTALL_DIR = $(SHELL) $(top_srcdir)/mkinstalldirs -! INSTALL_DIR = $(top_srcdir)/mkinstalldirs - - PICS = `find . -type f -name "*.bmp" -print` -*** kpoker/docs/Makefile.in~ Sun Nov 2 11:22:45 1997 ---- kpoker/docs/Makefile.in Sun Nov 2 11:22:54 1997 -*************** -*** 2,6 **** - top_srcdir = @top_srcdir@ +--- kabalone/Makefile.in.orig Sun Nov 16 01:04:14 1997 ++++ 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) + # @all_includes@ : is set to all needed include paths for QT, KDE and X11 + # -I.. : needed for config.h +@@ -20,7 +22,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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@ + qt_libraries = @qt_libraries@ + top_builddir = .. +--- kmahjongg/Makefile.in.orig Sun Nov 16 01:04:35 1997 ++++ 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_DIR = $(SHELL) $(top_srcdir)/mkinstalldirs - - DOCS = `find . -type f -name "*.html" -print` ---- 2,6 ---- - top_srcdir = @top_srcdir@ - INSTALL_DATA = @INSTALL@ -m 0644 -! INSTALL_DIR = $(top_srcdir)/mkinstalldirs - - DOCS = `find . -type f -name "*.html" -print` -*** kpoker/sounds/Makefile.in~ Sun Nov 2 11:23:59 1997 ---- kpoker/sounds/Makefile.in Sun Nov 2 11:24:10 1997 -*************** -*** 2,6 **** - top_srcdir = @top_srcdir@ - INSTALL_DATA = @INSTALL@ -m 0644 -! INSTALL_DIR = $(SHELL) $(top_srcdir)/mkinstalldirs - - WAVS = `find . -type f -name "*.wav" -print` ---- 2,6 ---- - top_srcdir = @top_srcdir@ - INSTALL_DATA = @INSTALL@ -m 0644 -! INSTALL_DIR = $(top_srcdir)/mkinstalldirs - - WAVS = `find . -type f -name "*.wav" -print` -*** kasteroids/Makefile.in~ Sun Nov 2 11:33:29 1997 ---- kasteroids/Makefile.in Sun Nov 2 11:33:33 1997 -*************** -*** 1,4 **** ---- 1,6 ---- +-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@ + qt_libraries = @qt_libraries@ + top_builddir = .. +@@ -25,7 +27,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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@ + qt_libraries = @qt_libraries@ + top_builddir = .. +@@ -26,7 +28,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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@ + qt_libraries = @qt_libraries@ + top_builddir = .. +@@ -26,7 +28,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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) + # @all_includes@ : is set to all needed include paths for QT, KDE and X11 + # -I.. : needed for config.h +@@ -25,7 +27,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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@ + qt_libraries = @qt_libraries@ + top_builddir = .. +@@ -25,7 +27,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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 ++SHELL=/bin/sh ++ + kde_libraries = @kde_libraries@ + qt_libraries = @qt_libraries@ + top_builddir = .. +@@ -25,7 +27,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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@ -*** kasteroids/sprites/Makefile.in~ Sun Nov 2 11:35:35 1997 ---- kasteroids/sprites/Makefile.in Sun Nov 2 11:35:55 1997 -*************** -*** 1,2 **** ---- 1,3 ---- -+ SHELL=/bin/sh - POVRAY=x-povray # Must be Povray 3.0 - LDLIBS=-lpng -lz -lm + top_builddir = .. +@@ -25,7 +27,7 @@ + install = @INSTALL@ + INSTALL = $(install) -m 0755 + INSTALL_DATA = $(install) -m 0644 +-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 + INSTALL_DIR = $(SHELL) $(top_srcdir)/mkinstalldirs +--- ksnake/doc/Makefile.in.orig Thu Dec 18 16:39:25 1997 ++++ ksnake/doc/Makefile.in Thu Dec 18 16:39:49 1997 +@@ -1,8 +1,10 @@ ++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 + diff --git a/games/kdegames/pkg/PLIST b/games/kdegames/pkg/PLIST index 2ec88f924b6..852c06dbf1c 100644 --- a/games/kdegames/pkg/PLIST +++ b/games/kdegames/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1997/12/29 04:05:20 hubertf Exp $ bin/kmahjongg bin/kmines bin/kpat @@ -547,23 +548,6 @@ share/locale/es/LC_MESSAGES/kasteroids.mo share/locale/es/LC_MESSAGES/kabalone.mo share/locale/es/LC_MESSAGES/kpat.mo share/locale/fi/LC_MESSAGES/kabalone.mo -@dirrm share/locale/pt/LC_MESSAGES -@dirrm share/locale/pt -@dirrm share/locale/pl/LC_MESSAGES -@dirrm share/locale/pl -@dirrm share/locale/it/LC_MESSAGES -@dirrm share/locale/it -@dirrm share/locale/fr/LC_MESSAGES -@dirrm share/locale/fr -@dirrm share/locale/fi/LC_MESSAGES -@dirrm share/locale/fi -@dirrm share/locale/es/LC_MESSAGES -@dirrm share/locale/es -@dirrm share/locale/de/LC_MESSAGES -@dirrm share/locale/de -@dirrm share/locale/cs/LC_MESSAGES -@dirrm share/locale/cs -@dirrm share/locale @dirrm share/icons/mini @dirrm share/icons @dirrm share/doc/HTML/en/ktetris |