summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
commitdc9594e09db96635641a7e05b49d34b554b9bb21 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /games
parent4ab7433a2c2c8636b92563136007796500cc4d1b (diff)
downloadpkgsrc-dc9594e09db96635641a7e05b49d34b554b9bb21.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'games')
-rw-r--r--games/et/Makefile3
-rw-r--r--games/gnome2-games/Makefile3
-rw-r--r--games/koth/Makefile3
-rw-r--r--games/nethack-lib/Makefile3
-rw-r--r--games/qstat/Makefile3
-rw-r--r--games/quake3server/Makefile3
-rw-r--r--games/rocksndiamonds/Makefile3
-rw-r--r--games/sarien/Makefile3
-rw-r--r--games/xbill/Makefile3
-rw-r--r--games/xmris/Makefile4
-rw-r--r--games/xpat2/Makefile3
-rw-r--r--games/xscrabble/Makefile3
-rw-r--r--games/xsoldier/Makefile3
13 files changed, 13 insertions, 27 deletions
diff --git a/games/et/Makefile b/games/et/Makefile
index 2929eec7497..ec62c7a2c6d 100644
--- a/games/et/Makefile
+++ b/games/et/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/12 14:43:25 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/29 06:21:41 jlam Exp $
#
DISTNAME= et-linux-2.56-2.x86
@@ -12,7 +12,6 @@ HOMEPAGE= http://games.activision.com/games/wolfenstein/
COMMENT= Wolfenstein: Enemy Territory for Linux
NO_BUILD= yes
-USE_PKGINSTALL= yes
ONLY_FOR_PLATFORM= *-*-i386
USE_TOOLS+= gtar
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile
index e68cd726cec..83e7b466451 100644
--- a/games/gnome2-games/Makefile
+++ b/games/gnome2-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2005/12/05 23:55:07 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2005/12/29 06:21:41 jlam Exp $
DISTNAME= gnome-games-2.12.1
PKGREVISION= 1
@@ -22,7 +22,6 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_MSGFMT_PLURALS= yes
-USE_PKGINSTALL= yes
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
GNU_CONFIGURE= yes
diff --git a/games/koth/Makefile b/games/koth/Makefile
index f230cedc89c..a328cd4731b 100644
--- a/games/koth/Makefile
+++ b/games/koth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/29 06:21:41 jlam Exp $
#
DISTNAME= koth-0.8.0
@@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nongnu.org/koth/
COMMENT= The classic "shoot the other tank" artillery game, networked
-USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR:Q}\""
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile
index 8ea1bee0caa..3203a2c5570 100644
--- a/games/nethack-lib/Makefile
+++ b/games/nethack-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/11/08 22:31:49 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/29 06:21:41 jlam Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -13,7 +13,6 @@ CONFIGURE_SCRIPT= ./sys/unix/setup.sh
BUILD_TARGET= datastuff
INSTALL_TARGET= manpages install-dat
-USE_PKGINSTALL= yes
CONF_FILES_PERMS+= /dev/null ${PREFIX}/share/${NETHACK_DIR}/record \
${ROOT_USER} games 664
diff --git a/games/qstat/Makefile b/games/qstat/Makefile
index 288d6ae459f..1571acede43 100644
--- a/games/qstat/Makefile
+++ b/games/qstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/03 23:19:43 peter Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/29 06:21:41 jlam Exp $
DISTNAME= qstat-2.8
CATEGORIES= games
@@ -10,7 +10,6 @@ COMMENT= Program that gathers real-time statistics from game servers
INSTALLATION_DIRS= bin
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR:Q}\""
diff --git a/games/quake3server/Makefile b/games/quake3server/Makefile
index 7a45f156694..7c5d103c7bf 100644
--- a/games/quake3server/Makefile
+++ b/games/quake3server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/07/15 18:27:51 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/29 06:21:41 jlam Exp $
DISTNAME= linuxq3apoint-1.32b.x86
PKGNAME= quake3server-1.32b
@@ -19,7 +19,6 @@ USE_TOOLS+= gtar
EXTRACT_CMD= ${SED} '1,265d' ${DOWNLOADED_DISTFILE} | ${GTAR} xzf -
WRKSRC= ${WRKDIR}
BASEDOCDIR= ${PREFIX}/share/doc/lokigames/quake3server
-USE_PKGINSTALL= YES
RCD_SCRIPTS= quake3server
do-install:
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 303769bf6a4..b594723be8b 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/12/28 04:53:36 reed Exp $
+# $NetBSD: Makefile,v 1.27 2005/12/29 06:21:41 jlam Exp $
DISTNAME= rocksndiamonds-3.1.1
PKGREVISION= 1
@@ -9,7 +9,6 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://www.artsoft.org/rocksndiamonds/
COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build)
-USE_PKGINSTALL= yes
USE_TOOLS+= gmake
INSTALLATION_DIRS= ${PKGMANDIR}/man6
diff --git a/games/sarien/Makefile b/games/sarien/Makefile
index 9aba120e877..3605db24139 100644
--- a/games/sarien/Makefile
+++ b/games/sarien/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/12/11 09:40:43 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/12/29 06:21:41 jlam Exp $
#
DISTNAME= sarien-0.7.0
@@ -11,7 +11,6 @@ HOMEPAGE= http://sarien.sourceforge.net/
COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles
GNU_CONFIGURE= YES
-USE_PKGINSTALL= YES
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-sdl
diff --git a/games/xbill/Makefile b/games/xbill/Makefile
index 2a03ae326ee..c8834f014ef 100644
--- a/games/xbill/Makefile
+++ b/games/xbill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/10/23 22:57:55 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/29 06:21:41 jlam Exp $
#
DISTNAME= xbill-2.0
@@ -14,7 +14,6 @@ COMMENT= Stop the dreaded Windows virus from infecting computers
CONFLICTS+= gnome-games-[0-9]*
USE_IMAKE= YES
-USE_PKGINSTALL= YES
NO_INSTALL_MANPAGES= YES
CPPFLAGS+= -DVARBASE=\"${VARBASE}\"
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index 7f5192f2740..074194b11bb 100644
--- a/games/xmris/Makefile
+++ b/games/xmris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/09/08 06:30:37 jdc Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/29 06:21:41 jlam Exp $
DISTNAME= xmris.4.0.5
PKGNAME= xmris-4.05
@@ -10,11 +10,9 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.planetfall.pwp.blueyonder.co.uk/xmris/
COMMENT= Version of the Mr Do video arcade game for X
-USE_PKGINSTALL= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
-USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${PKGDIR}/DEINSTALL
post-patch:
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile
index c50c94a502b..9dec91d11e7 100644
--- a/games/xpat2/Makefile
+++ b/games/xpat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/08/19 18:12:37 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/29 06:21:42 jlam Exp $
DISTNAME= xpat2-1.07
CATEGORIES= games
@@ -10,7 +10,6 @@ COMMENT= X11 solitaire game with 14 variations
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_PKGINSTALL= YES
USE_X11BASE= YES
USE_TOOLS+= imake
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile
index a368bec87e6..2f93836fde6 100644
--- a/games/xscrabble/Makefile
+++ b/games/xscrabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/10/07 10:20:49 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2005/12/29 06:21:42 jlam Exp $
#
DISTNAME= xscrabble-1.0
@@ -11,7 +11,6 @@ COMMENT= X version of the popular board game, for 1 to 4 players
WRKSRC= ${WRKDIR}/xscrabble
USE_IMAKE= YES
-USE_PKGINSTALL= YES
INSTALLATION_DIRS= bin lib/X11/app-defaults
diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile
index 9e39a6b0f1a..73559a99967 100644
--- a/games/xsoldier/Makefile
+++ b/games/xsoldier/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/12/05 20:50:18 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2005/12/29 06:21:42 jlam Exp $
#
DISTNAME= xsoldier-0.96
@@ -9,7 +9,6 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.surfline.ne.jp/hachi/xsoldier.html
COMMENT= Updated xgalaga type game with awesome graphics
-USE_PKGINSTALL= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES