summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-09-09 08:44:06 +0000
committerobache <obache@pkgsrc.org>2006-09-09 08:44:06 +0000
commitefb6fe71396b215e62b60ddaa0ca07e62542a3d1 (patch)
tree2c5c74efd2c8640d63bc3bbdbfc7035ae1e50976 /pkgtools
parent5b9f7e1953d00cba1217e0e1030f63de2af50b0b (diff)
downloadpkgsrc-efb6fe71396b215e62b60ddaa0ca07e62542a3d1.tar.gz
MAKEFILE has been renamed to MAKE_FILE.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map5
-rw-r--r--pkgtools/pkglint/files/makevars.map4
2 files changed, 6 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index f36ba087688..d5c8013c41c 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.46 2006/07/27 16:13:51 rillig Exp $
+# $NetBSD: deprecated.map,v 1.47 2006/09/09 08:44:06 obache Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -119,3 +119,6 @@ LTCONFIG_OVERRIDE You can just remove it.
USE_GNU_GETTEXT You can just remove it.
BUILD_ENV Use PKGSRC_MAKE_ENV instead.
DYNAMIC_MASTER_SITES You can just remove it.
+
+# November 2006
+MAKEFILE Use MAKE_FILE instead.
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index a4dca474906..5a2ae0a7036 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.137 2006/09/08 07:45:36 rillig Exp $
+# $NetBSD: makevars.map,v 1.138 2006/09/09 08:46:26 obache Exp $
#
# This file contains the guessed type of some variables, according to
@@ -384,12 +384,12 @@ MACHINE_ARCH Identifier [$system]
MACHINE_GNU_PLATFORM PlatformTriple [$system]
MAINTAINER Mail_Address [m:s,c:ds]
MAKE ShellCommand [$system]
-MAKEFILE Pathname [$package]
MAKEFLAGS List of ShellWord [$package_list]
MAKEVARS List of Varname [builtin.mk:a,b:a,h:a]
MAKE_DIRS List of Pathname [$package_list]
MAKE_DIRS_PERMS List of ShellWord [$package_list]
MAKE_ENV List of ShellWord [$package_list]
+MAKE_FILE Pathname [$package]
MAKE_FLAGS List of ShellWord [$package_list]
MAKE_PROGRAM ShellCommand [$system]
MANCOMPRESSED YesNo [m:s,c:ds]