From 6832477769f2e8dc8ce59161acc7a4c2f8f784dd Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 6 Feb 2001 03:16:56 +0000 Subject: Make that "autoreconf" -- there is no "autoremake". --- games/quake6/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/quake6') diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 435ee1f0a83..55997ec8388 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -13,13 +13,13 @@ MAINTAINER= itojun@kame.net HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml DEPENDS= quakedata-*:../../games/quakedata -BUILD_DEPENDS= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf WRKSRC= ${WRKDIR}/quakeforge post-extract: - (cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;) - (cd ${WRKSRC}; ${RM} config.cache) + cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \; + cd ${WRKSRC}; ${RM} config.cache USE_GMAKE= yes USE_X11= yes @@ -36,6 +36,6 @@ IGNORE= "${PKGNAME} requires IPv6 support" CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin post-patch: - (cd ${WRKSRC}; autoreconf) + cd ${WRKSRC}; autoreconf .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3