summaryrefslogtreecommitdiff
path: root/games/quake
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commit7e01c4206677ecfad1f4cbe2a42715aa88056a85 (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /games/quake
parentf0d928bbc03e8de52a3323c9f30904a6e1ba15d5 (diff)
downloadpkgsrc-7e01c4206677ecfad1f4cbe2a42715aa88056a85.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'games/quake')
-rw-r--r--games/quake/Makefile6
1 files changed, 3 insertions, 3 deletions
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} \