From 2cb1b0aed5a75d222ef43e25cf4292a676ad27ab Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 14 Mar 2006 14:18:55 +0000 Subject: {DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE. --- pkgtools/pkglint/files/deprecated.map | 6 +++++- pkgtools/pkglint/files/makevars.map | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 14d350ba19e..4c43c84c3d2 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.30 2006/02/24 19:59:41 rillig Exp $ +# $NetBSD: deprecated.map,v 1.31 2006/03/14 14:18:55 rillig Exp $ # # This file contains names of Makefile variables and a short explanation @@ -69,3 +69,7 @@ TOOLS_DEPMETHOD Use the :build or :run modifiers in USE_TOOLS instead. MANDIR Please use ${PREFIX}/${PKGMANDIR} instead. DOWNLOADED_DISTFILE Use the shell variable $$extract_file instead. DECOMPRESS_CMD Use EXTRACT_CMD instead. + +# March 2006 +INSTALL_EXTRA_TMPL Use INSTALL_TEMPLATE instead. +DEINSTALL_EXTRA_TMPL Use DEINSTALL_TEMPLATE instead. diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 97824e63fb6..16aa648c2f7 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.77 2006/03/13 01:03:59 rillig Exp $ +# $NetBSD: makevars.map,v 1.78 2006/03/14 14:18:56 rillig Exp $ # # This file contains the guessed type of some variables, according to @@ -117,8 +117,8 @@ CRYPTO Yes CXX Readonly CXXFLAGS List+ of CFlag DEINSTALL_FILE Pathname -DEINSTALL_EXTRA_TMPL List of Pathname DEINSTALL_SRC List of Pathname +DEINSTALL_TEMPLATE List of Pathname DEPENDS InternalList+ of DependencyWithPath DESCR_SRC List of Pathname DEVOSSAUDIO Pathname @@ -197,7 +197,6 @@ INSTALLATION_DIRS List of Pathname INSTALL_DATA ShellCommand INSTALL_DATA_DIR ShellCommand INSTALL_DIRS List of WrksrcSubdirectory -INSTALL_EXTRA_TMPL List of Pathname INSTALL_FILE Pathname INSTALL_GAME ShellCommand INSTALL_GAME_DATA ShellCommand @@ -213,6 +212,7 @@ INSTALL_SCRIPTS_ENV List+ of ShellWord INSTALL_SCRIPT_DIR ShellCommand INSTALL_SRC List of Pathname INSTALL_TARGET List of Identifier +INSTALL_TEMPLATE List of Pathname INSTALL_UNSTRIPPED YesNo INTERACTIVE_STAGE List of { fetch extract configure build install } IS_BUILTIN YesNoFromCommand -- cgit v1.2.3