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 /lang/siod | |
parent | aba5e6c463028c3b0542695e7351bd9b809071eb (diff) | |
download | pkgsrc-e896edb7fed80da6ae7d986bb31d0f459cbf72ea.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'lang/siod')
-rw-r--r-- | lang/siod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 1738f065e54..fee89fb20c3 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/06/19 02:28:52 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:09 obache Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://people.delphi.com/gjc/siod.html COMMENT= Small-footprint implementation of the Scheme programming language WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= ${OPSYS} MAKE_ENV+= CC=${CC:Q} CPPFLAGS+= -Dunix=1 |