diff options
author | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
commit | 782b73a94b268d9a265dc53ec32ec90b79b24121 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /games | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack-lib/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-tty/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 7b5dba0e3c9..f37f37a6be1 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/24 22:29:59 pooka Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/27 08:54:55 tron Exp $ # DISTNAME= nethack-3.3.0 @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= sys/unix/setup.sh +CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= datastuff INSTALL_TARGET= manpages install-dat diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 56990b479d8..666cf34f498 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/12/29 16:15:47 pooka Exp $ +# $NetBSD: Makefile,v 1.10 2000/03/27 08:54:55 tron Exp $ # DISTNAME= nethack-3.3.0 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/nethack-3.3.0 USE_X11= yes USE_GMAKE= yes HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= sys/unix/setup.sh +CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= nethack tiles.xpm INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt QTDIR=${X11BASE} diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 04da9abafd5..ba59d127833 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/24 22:30:04 pooka Exp $ +# $NetBSD: Makefile,v 1.6 2000/03/27 08:54:56 tron Exp $ DISTNAME= nethack-3.3.0 PKGNAME= nethack-tty-3.3.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ DEPENDS+= nethack-lib-3.3.0:../nethack-lib HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= sys/unix/setup.sh +CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-tty diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 9d7aa100b50..2679a51301f 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/12/24 22:30:05 pooka Exp $ +# $NetBSD: Makefile,v 1.7 2000/03/27 08:54:56 tron Exp $ # DISTNAME= nethack-3.3.0 @@ -14,7 +14,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11= yes HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= sys/unix/setup.sh +CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 |