summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoragc <agc>2001-09-09 20:36:07 +0000
committeragc <agc>2001-09-09 20:36:07 +0000
commit10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /games
parentbcd8cfcceceb6d12e34ad9af489c74c7e1e63619 (diff)
downloadpkgsrc-10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e.tar.gz
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
Diffstat (limited to 'games')
-rw-r--r--games/colchess-book-large/Makefile4
-rw-r--r--games/crafty-book-enormous/Makefile4
-rw-r--r--games/crafty-book-large/Makefile4
-rw-r--r--games/crafty-book-medium/Makefile4
-rw-r--r--games/crafty-book-small/Makefile4
-rw-r--r--games/crafty/Makefile4
-rw-r--r--games/exchess-book-medium/Makefile4
-rw-r--r--games/exchess-book-small/Makefile4
-rw-r--r--games/exchess/Makefile4
-rw-r--r--games/gnuchess-book-medium/Makefile4
-rw-r--r--games/gnuchess-book-small/Makefile4
-rw-r--r--games/heretic2-demo/Makefile4
-rw-r--r--games/knightcap-brain/Makefile4
-rw-r--r--games/quake/Makefile4
-rw-r--r--games/quake3arena-demo/Makefile4
-rw-r--r--games/quake3arena/Makefile4
-rw-r--r--games/quakedata/Makefile4
-rw-r--r--games/svb/Makefile4
-rw-r--r--games/ularn/Makefile4
-rw-r--r--games/xevil/Makefile4
20 files changed, 40 insertions, 40 deletions
diff --git a/games/colchess-book-large/Makefile b/games/colchess-book-large/Makefile
index a1939047bbf..9841fed6bf5 100644
--- a/games/colchess-book-large/Makefile
+++ b/games/colchess-book-large/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:24 agc Exp $
DISTNAME= book_large
PKGNAME= ${CHESS_ENGINE}-book-large-20000512
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= colchess
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/crafty-book-enormous/Makefile b/games/crafty-book-enormous/Makefile
index f7ebf7a5541..fb7c1f46479 100644
--- a/games/crafty-book-enormous/Makefile
+++ b/games/crafty-book-enormous/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/21 00:25:35 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/09/09 20:36:24 agc Exp $
DISTNAME= enormous
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -24,7 +24,7 @@ NO_SRC_ON_FTP= ${REASON}
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/crafty-book-large/Makefile b/games/crafty-book-large/Makefile
index 7c5ee3287b7..c0433412ab5 100644
--- a/games/crafty-book-large/Makefile
+++ b/games/crafty-book-large/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:24 agc Exp $
DISTNAME= large
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -23,7 +23,7 @@ NO_SRC_ON_FTP= ${REASON}
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/crafty-book-medium/Makefile b/games/crafty-book-medium/Makefile
index 22331821b24..029bf978577 100644
--- a/games/crafty-book-medium/Makefile
+++ b/games/crafty-book-medium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:10:45 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:24 agc Exp $
DISTNAME= medium
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/crafty-book-small/Makefile b/games/crafty-book-small/Makefile
index 8ad5ebe2a91..3a0393afd9c 100644
--- a/games/crafty-book-small/Makefile
+++ b/games/crafty-book-small/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:10:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:25 agc Exp $
DISTNAME= small
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 890d8dce41a..cbee2f0e612 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/06/01 00:38:51 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2001/09/09 20:36:25 agc Exp $
DISTNAME= crafty-18.9
CATEGORIES= games
@@ -12,7 +12,7 @@ MAINTAINER= jlam@netbsd.org
COMMENT= chess engine
DIST_SUBDIR= ${DISTNAME}
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
CRAFTY_DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
CRAFTY_STARTPGN= start.pgn
CRAFTY_DOCFILES= read.me crafty.faq
diff --git a/games/exchess-book-medium/Makefile b/games/exchess-book-medium/Makefile
index 90a39d58a6c..4cfd6ac5f6a 100644
--- a/games/exchess-book-medium/Makefile
+++ b/games/exchess-book-medium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:25 agc Exp $
DISTNAME= medium
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= exchess
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile
index ca7e09d6b4a..a5de3ff6f74 100644
--- a/games/exchess-book-small/Makefile
+++ b/games/exchess-book-small/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:25 agc Exp $
DISTNAME= small
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= exchess
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/exchess/Makefile b/games/exchess/Makefile
index e9b1b49f519..3782c80701b 100644
--- a/games/exchess/Makefile
+++ b/games/exchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:26 agc Exp $
DISTNAME= EXCH314S
PKGNAME= exchess-3.14
@@ -10,7 +10,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://pc.astro.brandeis.edu/BRAG/people/dch/chess.html
COMMENT= experimental chess engine
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
LIBDIR= ${PREFIX}/lib/exchess
diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile
index c52f4a4a528..ce01ccd8bf1 100644
--- a/games/gnuchess-book-medium/Makefile
+++ b/games/gnuchess-book-medium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:50 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:26 agc Exp $
DISTNAME= medium
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= gnuchess
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/gnuchess-book-small/Makefile b/games/gnuchess-book-small/Makefile
index 81bfbdc9d8f..d938ddd2b78 100644
--- a/games/gnuchess-book-small/Makefile
+++ b/games/gnuchess-book-small/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:26 agc Exp $
DISTNAME= small
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -15,7 +15,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
CHESS_ENGINE= gnuchess
DIST_SUBDIR= chessbooks
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile
index 89f8332cb3c..fc31d7a7ba5 100644
--- a/games/heretic2-demo/Makefile
+++ b/games/heretic2-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:27 agc Exp $
#
DISTNAME= heretic2-demo-x86
@@ -14,7 +14,7 @@ HOMEPAGE= http://www.lokigames.com/products/heretic2/demo.php3
COMMENT= Heretic2 - first person Quake 3D engine based (linux demo)
NO_CONFIGURE= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
${GTAR} xzf -
diff --git a/games/knightcap-brain/Makefile b/games/knightcap-brain/Makefile
index d97430ac439..a693a9bf9e6 100644
--- a/games/knightcap-brain/Makefile
+++ b/games/knightcap-brain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:27 agc Exp $
DISTNAME= new_brain
PKGNAME= knightcap-brain-19980616
@@ -15,7 +15,7 @@ ONLY_FOR_PLATFORMS= *-*-i386
DIST_SUBDIR= ${PKGNAME}
EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
EGDIR= ${PREFIX}/share/examples/knightcap
diff --git a/games/quake/Makefile b/games/quake/Makefile
index 3cbf40e2197..b1cb93792c2 100644
--- a/games/quake/Makefile
+++ b/games/quake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 15:10:57 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/09/09 20:36:27 agc Exp $
DISTNAME= q1source
PKGNAME= quake-2.30
@@ -21,7 +21,7 @@ EXTRACT_CMD= unzip -q ${DOWNLOADED_DISTFILE}
USE_GMAKE= yes
MAKE_ENV+= MAINDIR=${WRKSRC}
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
USE_X11BASE= yes
USE_MESA= yes
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile
index 87db9328f91..6e7acc7b8a0 100644
--- a/games/quake3arena-demo/Makefile
+++ b/games/quake3arena-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/28 10:28:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:27 agc Exp $
#
DISTNAME= linuxq3ademo-1_11-6_x86_gz
@@ -18,7 +18,7 @@ DEPENDS+= suse_glx-6.4:../../emulators/suse_glx
CONFLICTS= quake3arena-*
NO_CONFIGURE= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
${GTAR} xzf -
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile
index 9cd733dade3..ac4fbb49849 100644
--- a/games/quake3arena/Makefile
+++ b/games/quake3arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/03/28 10:28:28 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:28 agc Exp $
#
DISTNAME= linuxq3apoint-1.17.x86
@@ -21,7 +21,7 @@ NO_SRC_ON_FTP= no
NO_BIN_ON_FTP= no
NO_CONFIGURE= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
${GTAR} xzf -
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile
index c07a6772f09..00b3520f580 100644
--- a/games/quakedata/Makefile
+++ b/games/quakedata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:28 agc Exp $
# Based on FreeBSD ports/games/quakeserver
# FreeBSD: ports/games/quakeserver/Makefile,v 1.20 1999/08/31 06:44:23 mharo Exp
#
@@ -22,7 +22,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
EXTRACT_CMD= unzip -q -o ${DOWNLOADED_DISTFILE} -d ${WRKDIR} resource.*
-NO_WRKSUBDIR= YES
+WRKSRC= ${WRKDIR}
NO_BUILD= YES
post-extract:
diff --git a/games/svb/Makefile b/games/svb/Makefile
index a988ff33a2c..b13bd237502 100644
--- a/games/svb/Makefile
+++ b/games/svb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:28 agc Exp $
DISTNAME= svb
PKGNAME= svb-1.0
@@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net
COMMENT= Spy Vs. Bob, the timeless classic
USE_IMAKE= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
NO_INSTALL_MANPAGES= yes
diff --git a/games/ularn/Makefile b/games/ularn/Makefile
index 12247133412..b20cc597398 100644
--- a/games/ularn/Makefile
+++ b/games/ularn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 15:27:30 agc Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:28 agc Exp $
DISTNAME= ularn
PKGNAME= ularn-6.12.92
@@ -10,7 +10,7 @@ MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.win.tue.nl/games/roguelike/larn/
COMMENT= fantasy roguelike game based on vintage larn
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
HAS_CONFIGURE= # defined
CONFIGURE_ENV+= PREFIX=${LOCALBASE}
CONFIGURE_SCRIPT= ./Configure
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 87e6dbc3302..1894b35d353 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:11:02 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:29 agc Exp $
DISTNAME= xevil1.5.1e
PKGNAME= xevil-1.5.1e
@@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.xevil.com/
COMMENT= violent game of killing, contains profanity
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
MAKE_ENV= HOSTTYPE="netbsd" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_MAN="${INSTALL_MAN}"