summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
committertron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
commitf2d262e0bef754371e35855c069d92d11d7759bb (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /games
parent338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff)
downloadpkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'games')
-rw-r--r--games/gnome-games/Makefile6
-rw-r--r--games/pacman/Makefile4
-rw-r--r--games/quake6/Makefile4
-rw-r--r--games/xboard/Makefile6
-rw-r--r--games/xpuyopuyo/Makefile6
-rw-r--r--games/xracer/Makefile8
6 files changed, 17 insertions, 17 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 83fe3432d8e..40c89702b4e 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/11/27 14:17:53 tron Exp $
+# $NetBSD: Makefile,v 1.18 2001/02/05 09:00:56 tron Exp $
DISTNAME= gnome-games-1.2.0
CATEGORIES= games gnome
@@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
-BUILD_DEPENDS+= automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
BUILD_DEPENDS+= gettextize:../../devel/gettext
DEPENDS+= gnome-core-*:../../x11/gnome-core
# Required for ports which don't build "libgtop".
diff --git a/games/pacman/Makefile b/games/pacman/Makefile
index 44b7e63411f..2e597656644 100644
--- a/games/pacman/Makefile
+++ b/games/pacman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/12/20 14:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $
DISTNAME= Pacman-0.3-CVS-00-11-17
PKGNAME= Pacman-0.3
@@ -25,7 +25,7 @@ IS_INTERACTIVE= yes
.endif
pre-configure:
- cd ${WRKSRC} && autoconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
${SED} -e 's@/usr/share@${PREFIX}/share@' < ${WRKSRC}/Sources/config.h.in > ${WRKSRC}/foo
${MV} ${WRKSRC}/foo ${WRKSRC}/Sources/config.h.in
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 194a4806b83..435ee1f0a83 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/09/07 00:10:24 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -13,7 +13,7 @@ MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
DEPENDS= quakedata-*:../../games/quakedata
-BUILD_DEPENDS= autoreconf:../../devel/autoconf
+BUILD_DEPENDS= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
WRKSRC= ${WRKDIR}/quakeforge
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 291b6170e4c..737238e3019 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/10/15 02:14:20 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/05 09:00:57 tron Exp $
#
DISTNAME= xboard-4.1.0
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
MAINTAINER= simonb@NetBSD.ORG
HOMEPAGE= http://www.research.compaq.com/SRC/personal/mann/xboard.html
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
USE_PERL5= # defined
USE_X11= # defined
@@ -30,6 +30,6 @@ CONFIGURE_ARGS+= --with-Xaw3d
.endif
pre-configure:
- cd ${WRKSRC} && autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
.include "../../mk/bsd.pkg.mk"
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 6b1529c0509..cd6cede9645 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/08/25 06:22:27 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:57 tron Exp $
DISTNAME= xpuyopuyo-0.9.1
CATEGORIES= games x11
@@ -8,7 +8,7 @@ MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://chaos2.org/xpuyopuyo/
-BUILD_DEPENDS+= automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod
@@ -25,7 +25,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="${GNOME_CONFIG}"
GNOME_CONFIG= ${WRKDIR}/gnome-config
pre-configure:
- cd ${WRKSRC} && autoheader && automake --gnu && autoreconf --force
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoheader && ${LOCALBASE}/bin/automake --gnu && ${LOCALBASE}/bin/autoremake --force
${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/gnome-config \
> ${GNOME_CONFIG}
${CHMOD} +x ${GNOME_CONFIG}
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index 361c443357d..9e7d66ecd39 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/01/04 16:59:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:58 tron Exp $
#
DISTNAME= xracer-0.96.9
@@ -8,8 +8,8 @@ MASTER_SITES= http://xracer.annexia.org/files/
MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://xracer.annexia.org/
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
-BUILD_DEPENDS+= automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
DEPENDS+= jpeg-*:../../graphics/jpeg
BUILD_DEPENDS+= msgfmt:../../devel/gettext
@@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${X11BASE}/include
pre-configure:
- cd ${WRKSRC} && autoconf && automake --gnu --no-force
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake --gnu --no-force
pre-patch:
.for perlfile in blender2track/xracer-blender2track.pl \