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 /misc | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/9menu/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/firelib/Makefile | 4 | ||||
-rw-r--r-- | misc/ibutton-pdkit/Makefile | 4 | ||||
-rw-r--r-- | misc/molden/Makefile | 4 | ||||
-rw-r--r-- | misc/vttest/Makefile | 4 | ||||
-rw-r--r-- | misc/watch/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile index 145e34846cd..085de2e1642 100644 --- a/misc/9menu/Makefile +++ b/misc/9menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:09 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:11 obache Exp $ DISTNAME= 9menu-1.8 PKGREVISION= 1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Simple menu patterned after the plan9 user interface -MAKEFILE= Makefile.noimake +MAKE_FILE= Makefile.noimake BUILD_TARGET= 9menu WRKSRC= ${WRKDIR} diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 14c4b0d9799..77b2d92dc57 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/03/04 21:30:10 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2006/09/09 02:43:11 obache Exp $ DISTNAME= dialog-1.0-20060221 PKGNAME= ${DISTNAME:C/-2/.2/} @@ -11,7 +11,7 @@ HOMEPAGE= http://dickey.his.com/dialog/dialog.html COMMENT= Display dialog boxes from shell scripts GNU_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-P]-* diff --git a/misc/firelib/Makefile b/misc/firelib/Makefile index f768d3c1f6d..b79b6b5a3f5 100644 --- a/misc/firelib/Makefile +++ b/misc/firelib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 13:03:56 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/09 02:43:11 obache Exp $ # DISTNAME= firelib-1.0.1 @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= fireSim INSTALLATION_DIRS= bin include lib diff --git a/misc/ibutton-pdkit/Makefile b/misc/ibutton-pdkit/Makefile index 38a90a4295b..98a453162d5 100644 --- a/misc/ibutton-pdkit/Makefile +++ b/misc/ibutton-pdkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:09 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:43:11 obache Exp $ # DISTNAME= ulinuxgnu @@ -12,7 +12,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://ibutton.com/ COMMENT= 1-Wire Public Domain Kit Version 2.00 -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR} SCRIPTS_ENV+= SED=${SED} diff --git a/misc/molden/Makefile b/misc/molden/Makefile index fc99e58f762..efd2417147e 100644 --- a/misc/molden/Makefile +++ b/misc/molden/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/08/26 18:35:33 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:11 obache Exp $ DISTNAME= molden4.2 PKGNAME= ${DISTNAME:S/molden/&-/} @@ -13,7 +13,7 @@ COMMENT= Displaying MOLecular DENsity PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= molden USE_LANGUAGES= c fortran diff --git a/misc/vttest/Makefile b/misc/vttest/Makefile index c74a66df780..7a06200fcce 100644 --- a/misc/vttest/Makefile +++ b/misc/vttest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/30 11:57:34 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:43:11 obache Exp $ # DISTNAME= vttest-20050107 @@ -11,6 +11,6 @@ HOMEPAGE= http://dickey.his.com/vttest/vttest.html COMMENT= vt100/vt220/xterm test utility GNU_CONFIGURE= YES -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/misc/watch/Makefile b/misc/watch/Makefile index f5a334b89e9..be9c59fd8b6 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/07/11 16:35:24 smb Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:43:11 obache Exp $ DISTNAME= procps-3.2.6 PKGREVISION= 1 @@ -9,7 +9,7 @@ MASTER_SITES= http://procps.sourceforge.net/ MAINTAINER= simonb@NetBSD.org COMMENT= Watch a program with update intervals -MAKEFILE= ${FILESDIR}/Makefile +MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} MAKE_ENV+= MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} |