diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-14 14:18:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-14 14:18:55 +0000 |
commit | 5c3eb613d4e12249a7b5d0032860b71f06481c70 (patch) | |
tree | 9c216d2533d3318d39b4d3c862cc57caf42b0978 /pkgtools | |
parent | a0c9c597f1e837c7276a86a869f9479f02634ae9 (diff) | |
download | pkgsrc-5c3eb613d4e12249a7b5d0032860b71f06481c70.tar.gz |
{DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 6 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 6 |
2 files changed, 8 insertions, 4 deletions
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 |