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 /fonts/mftrace | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'fonts/mftrace')
-rw-r--r-- | fonts/mftrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index c54958c7b23..1ae588460c3 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/23 22:22:05 darcy Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ DISTNAME= mftrace-1.1.18 CATEGORIES= fonts @@ -16,7 +16,7 @@ DEPENDS+= t1utils>=1.27:../../fonts/t1utils USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 |