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 /textproc | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/convertlit/Makefile | 4 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 4 | ||||
-rw-r--r-- | textproc/lua-expat/Makefile | 4 | ||||
-rw-r--r-- | textproc/robodoc/Makefile | 4 | ||||
-rw-r--r-- | textproc/stardic/Makefile | 4 | ||||
-rw-r--r-- | textproc/yodl/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/textproc/convertlit/Makefile b/textproc/convertlit/Makefile index a34b5d0bb4b..9edae9cfd04 100644 --- a/textproc/convertlit/Makefile +++ b/textproc/convertlit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:15 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:46:08 obache Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -18,7 +18,7 @@ COMMENT= Convert Microsoft Legal Reader format eBooks into open format WRKSRC= ${WRKDIR} BUILD_DIRS= lib clit18 -MAKEFILE= makefile +MAKE_FILE= makefile USE_TOOLS+= gmake SUBST_CLASSES+= d2u diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 7326ebef13e..0f49288ad04 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/08 06:22:51 snj Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:46:08 obache Exp $ DISTNAME= diffstat-1.41 CATEGORIES= textproc @@ -11,6 +11,6 @@ COMMENT= Display a histogram of diff changes GNU_CONFIGURE= YES -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/textproc/lua-expat/Makefile b/textproc/lua-expat/Makefile index 4538673b154..3ef36aca6d4 100644 --- a/textproc/lua-expat/Makefile +++ b/textproc/lua-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:03 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:46:08 obache Exp $ # DISTNAME= luaexpat-1.0a @@ -12,7 +12,7 @@ HOMEPAGE= http://www.tecgraf.puc-rio.br/~diego/luasocket/new/ COMMENT= XML parser for LUA based on expat USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile INSTALLATION_DIRS= lib diff --git a/textproc/robodoc/Makefile b/textproc/robodoc/Makefile index e05fffdb212..29e00210161 100644 --- a/textproc/robodoc/Makefile +++ b/textproc/robodoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:46:08 obache Exp $ # DISTNAME= robodoc-3.2.3 @@ -18,6 +18,6 @@ SUBST_FILES.gm4= Docs/makefile.in SUBST_SED.gm4+= -e 's,@M4@,${TOOLS_M4},g' SUBST_STAGE.gm4= post-patch -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/textproc/stardic/Makefile b/textproc/stardic/Makefile index 41913c6f905..882b5692f12 100644 --- a/textproc/stardic/Makefile +++ b/textproc/stardic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/28 18:48:25 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:46:08 obache Exp $ DISTNAME= dic PKGNAME= stardic-1.31 @@ -11,7 +11,7 @@ COMMENT= English-Chinese dictionary DIST_SUBDIR= ${PKGNAME_NOREV} -MAKEFILE= makefile +MAKE_FILE= makefile USE_LANGUAGES= c c++ FONTS_DIRS.x11+= ${PREFIX}/share/stardic/hzfont diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index bcb4496ec11..8e486144fa3 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/10 20:09:44 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:46:09 obache Exp $ DISTNAME= yodl-1.31.18 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= High-level document preparation system GNU_CONFIGURE= YES USE_TOOLS+= bison flex gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile CONFIGURE_ENV+= ILDFLAGS=${LDFLAGS:Q} .include "../../lang/python/application.mk" |