diff options
author | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
commit | e896edb7fed80da6ae7d986bb31d0f459cbf72ea (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /games/quake | |
parent | aba5e6c463028c3b0542695e7351bd9b809071eb (diff) | |
download | pkgsrc-e896edb7fed80da6ae7d986bb31d0f459cbf72ea.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'games/quake')
-rw-r--r-- | games/quake/Makefile | 6 |
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} \ |