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 | 55c56786b3c520dbb5737d3e8944b6b51034e7bb (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /emulators/MAMEDiff | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'emulators/MAMEDiff')
-rw-r--r-- | emulators/MAMEDiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 1057e72b59a..6ac71ca4804 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:41:59 obache Exp $ # DISTNAME= mdiff224 @@ -14,7 +14,7 @@ COMMENT= Compare MAME rom sets of different releases USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= mamediff EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin |