summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-18 08:18:18 +0000
committerrillig <rillig@pkgsrc.org>2006-06-18 08:18:18 +0000
commit9f833e47e8f4518223b37885c7264333e6e521ee (patch)
treeea79473b6b1fee6ca2507dc7aaaa5cb7b994bf1e /pkgtools
parent5298552c8fea35e0cc324926397489b7ba6521cc (diff)
downloadpkgsrc-9f833e47e8f4518223b37885c7264333e6e521ee.tar.gz
{DE,}INSTALL_TEMPLATE are deprecated in favor of {DE,}INSTALL_TEMPLATES.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map4
-rw-r--r--pkgtools/pkglint/files/makevars.map6
2 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index e54a0e624c4..5319381e717 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.37 2006/06/17 19:24:49 rillig Exp $
+# $NetBSD: deprecated.map,v 1.38 2006/06/18 08:19:39 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -90,3 +90,5 @@ USE_RMAN It has been removed.
# June 2006
DEINSTALL_SRC Use the pkginstall framework instead.
INSTALL_SRC Use the pkginstall framework instead.
+DEINSTALL_TEMPLATE Use DEINSTALL_TEMPLATES instead.
+INSTALL_TEMPLATE Use INSTALL_TEMPLATE instead.
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 5ea9464dbe0..9e0674a193b 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.119 2006/06/18 00:45:45 rillig Exp $
+# $NetBSD: makevars.map,v 1.120 2006/06/18 08:18:18 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -216,7 +216,7 @@ CXX ShellCommand [m:]
CXXFLAGS* List of CFlag [m:a,c:a,o:a,h:a]
DEINSTALL_FILE Pathname [m:s]
DEINSTALL_SRC List of Pathname [m:s,c:ds]
-DEINSTALL_TEMPLATE List of Pathname [m:as,c:ads]
+DEINSTALL_TEMPLATES List of Pathname [m:as,c:ads]
DELAYED_ERROR_MSG ShellCommand [*:u]
DELAYED_WARNING_MSG ShellCommand [*:u]
DEPENDS InternalList of DependencyWithPath [$list]
@@ -327,7 +327,7 @@ INSTALL_SCRIPTS_ENV List of ShellWord
INSTALL_SCRIPT_DIR ShellCommand [*:u]
INSTALL_SRC List of Pathname [m:s,c:ds]
INSTALL_TARGET List of Identifier [ruby*.mk:d, $simple]
-INSTALL_TEMPLATE List of Pathname [m:as,c:ads]
+INSTALL_TEMPLATES List of Pathname [m:as,c:ads]
INSTALL_UNSTRIPPED YesNo [m:s,c:s]
INTERACTIVE_STAGE List of { fetch extract configure build install } [m:s]
IS_BUILTIN.* YesNo_Indirectly [builtin.mk:s]