From 55c56786b3c520dbb5737d3e8944b6b51034e7bb Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 9 Sep 2006 02:41:53 +0000 Subject: Rename variable MAKEFILE to MAKE_FILE. --- games/quake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/quake/Makefile') diff --git a/games/quake/Makefile b/games/quake/Makefile index 8cf00da827e..ed800f2293a 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/03/09 21:04:43 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2006/09/09 02:42:01 obache Exp $ DISTNAME= q1source PKGNAME= quake-2.30 @@ -29,8 +29,8 @@ LDFLAGS+= ${LIBOSSAUDIO} INSTALLATION_DIRS= bin do-configure: - cd ${WRKSRC}/qw && ${LN} -fs makefile.linux ${MAKEFILE} - cd ${WRKSRC}/winquake && ${LN} -fs makefile.linuxi386 ${MAKEFILE} + cd ${WRKSRC}/qw && ${LN} -fs makefile.linux ${MAKE_FILE} + cd ${WRKSRC}/winquake && ${LN} -fs makefile.linuxi386 ${MAKE_FILE} do-build: ( cd ${WRKSRC}/qw ; ${SETENV} ${MAKE_ENV} \ -- cgit v1.2.3