pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/rtcw Fix some entries from PLIST, where ${OPSYS}...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6f70b48133d
branches:  trunk
changeset: 472977:d6f70b48133d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Apr 15 00:33:24 2004 +0000

description:
Fix some entries from PLIST, where ${OPSYS} should be NetBSD and
this is a linux binary, so don't check for shared libraries.

diffstat:

 games/rtcw/Makefile |  5 +++--
 games/rtcw/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r fc577cedd349 -r d6f70b48133d games/rtcw/Makefile
--- a/games/rtcw/Makefile       Thu Apr 15 00:20:29 2004 +0000
+++ b/games/rtcw/Makefile       Thu Apr 15 00:33:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/21 07:40:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/15 00:33:24 xtraeme Exp $
 
 DISTNAME=      wolf-linux-1.33.x86
 PKGNAME=       rtcw-1.33
@@ -10,7 +10,8 @@
 HOMEPAGE=      http://games.activision.com/games/wolfenstein/
 COMMENT=       Return to Castle Wolfenstein for Linux
 
-ONLY_FOR_PLATFORM=     NetBSD-*-i386 Linux-*-i386
+ONLY_FOR_PLATFORM=     *-*-i386
+CHECK_SHLIBS=          no
 NO_BUILD=              yes
 RTCWDIR=               ${PREFIX}/lib/lokigames/rtcw
 RESTRICTED=            "Size; the data set is much too big"
diff -r fc577cedd349 -r d6f70b48133d games/rtcw/PLIST
--- a/games/rtcw/PLIST  Thu Apr 15 00:20:29 2004 +0000
+++ b/games/rtcw/PLIST  Thu Apr 15 00:33:24 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/21 07:40:37 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/15 00:33:24 xtraeme Exp $
 lib/lokigames/rtcw/CHANGES
 lib/lokigames/rtcw/Docs/ATVIsmall.jpg
 lib/lokigames/rtcw/Docs/Dedicated Server Notes.html
@@ -214,7 +214,7 @@
 lib/lokigames/rtcw/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk
 lib/lokigames/rtcw/setup.data/bin/Linux/x86/glibc-2.1/xsu
 lib/lokigames/rtcw/setup.data/bin/Linux/x86/setup
-lib/lokigames/rtcw/setup.data/bin/${OPSYS}
+lib/lokigames/rtcw/setup.data/bin/NetBSD
 lib/lokigames/rtcw/setup.data/bin/OpenBSD
 lib/lokigames/rtcw/setup.data/config.sh
 lib/lokigames/rtcw/setup.data/locale/de/LC_MESSAGES/setup.mo



Home | Main Index | Thread Index | Old Index