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 /editors | |
parent | aba5e6c463028c3b0542695e7351bd9b809071eb (diff) | |
download | pkgsrc-e896edb7fed80da6ae7d986bb31d0f459cbf72ea.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile.common | 4 | ||||
-rw-r--r-- | editors/biew/Makefile | 4 | ||||
-rw-r--r-- | editors/jde/Makefile | 4 | ||||
-rw-r--r-- | editors/manedit/Makefile | 4 | ||||
-rw-r--r-- | editors/mined/Makefile | 4 | ||||
-rw-r--r-- | editors/vile/Makefile | 4 | ||||
-rw-r--r-- | editors/xvile/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 115b86e55b3..2b85da97b6d 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2006/07/10 21:40:49 adam Exp $ +# $NetBSD: Makefile.common,v 1.35 2006/09/09 02:41:58 obache Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_VERSION= 2.4.5 @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.abisource.com/ -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 6e3dcd85962..52fef56e17a 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:31 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:41:58 obache Exp $ # DISTNAME= biew562 @@ -15,7 +15,7 @@ COMMENT= Binary viewer/editor ONLY_FOR_PLATFORM= *-*-i386 USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR}/biew-562 INSTALLATION_DIRS= bin diff --git a/editors/jde/Makefile b/editors/jde/Makefile index d555e2a242b..a070104cf47 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/21 14:27:56 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:58 obache Exp $ # DISTNAME= jde-2.3.2 @@ -32,7 +32,7 @@ MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX:Q} NO_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile post-extract: @${RMDIR} ${WRKDIR}/${DISTNAME}/java/classes diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 19f01ea045c..35ff75c9ce4 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/05/14 17:16:42 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/09/09 02:41:58 obache Exp $ # DISTNAME= manedit-0.5.6 @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ MAKE_ENV+= CPP=${CXX:Q} # The FreeBSD makefile may be used as "generic UNIX". -MAKEFILE= Makefile.FreeBSD +MAKE_FILE= Makefile.FreeBSD INSTALLATION_DIRS= bin man/man1 man/man7 diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 3b8f58a3bf2..507983e2942 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:41:58 obache Exp $ # DISTNAME= mined-2000.7 @@ -12,7 +12,7 @@ COMMENT= Html-aware editor WRKSRC= ${WRKDIR}/${DISTNAME}/src -MAKEFILE= makefile.bsd +MAKE_FILE= makefile.bsd .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 0afe72a2d6a..a62e384b560 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2006/09/09 02:41:58 obache Exp $ DISTNAME= vile-9.5 CATEGORIES= editors @@ -18,7 +18,7 @@ USE_TOOLS+= perl:run CPPFLAGS.NetBSD+= -DMISSING_EXTERN_ENVIRON -MAKEFILE= makefile +MAKE_FILE= makefile INSTALL_TARGET= install install-perl DATADIR= ${PREFIX}/share/vile diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 32b91ff05e7..a2c358c807f 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2006/09/09 02:41:59 obache Exp $ DISTNAME= vile-9.5 PKGNAME= xvile-9.5 @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR:Q} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR:Q} -MAKEFILE= makefile +MAKE_FILE= makefile INSTALL_TARGET= install install-perl DATADIR= ${PREFIX}/share/xvile |