pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files {DE,}INSTALL_EXTRA_TMPL do not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9288ceae23f6
branches:  trunk
changeset: 509664:9288ceae23f6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Mar 13 01:03:59 2006 +0000

description:
{DE,}INSTALL_EXTRA_TMPL do not always need the += operator.

diffstat:

 pkgtools/pkglint/files/makevars.map |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r defe5cdc058e -r 9288ceae23f6 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Mon Mar 13 00:20:14 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Mon Mar 13 01:03:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.76 2006/03/12 16:55:51 rillig Exp $
+# $NetBSD: makevars.map,v 1.77 2006/03/13 01:03:59 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -117,7 +117,7 @@
 CXX                    Readonly
 CXXFLAGS               List+ of CFlag
 DEINSTALL_FILE         Pathname
-DEINSTALL_EXTRA_TMPL   List+ of Pathname
+DEINSTALL_EXTRA_TMPL   List of Pathname
 DEINSTALL_SRC          List of Pathname
 DEPENDS                        InternalList+ of DependencyWithPath
 DESCR_SRC              List of Pathname
@@ -197,7 +197,7 @@
 INSTALL_DATA           ShellCommand
 INSTALL_DATA_DIR       ShellCommand
 INSTALL_DIRS           List of WrksrcSubdirectory
-INSTALL_EXTRA_TMPL     List+ of Pathname
+INSTALL_EXTRA_TMPL     List of Pathname
 INSTALL_FILE           Pathname
 INSTALL_GAME           ShellCommand
 INSTALL_GAME_DATA      ShellCommand



Home | Main Index | Thread Index | Old Index