summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-03-13 01:03:59 +0000
committerrillig <rillig@pkgsrc.org>2006-03-13 01:03:59 +0000
commitb13fb33101594084695a8a2c56e1fbc298ce4670 (patch)
treeba1e77386530fa107025673e16efd0dcfc241b39 /pkgtools
parent5f5cd0ac73aa42a773881236e708128bf828ec42 (diff)
downloadpkgsrc-b13fb33101594084695a8a2c56e1fbc298ce4670.tar.gz
{DE,}INSTALL_EXTRA_TMPL do not always need the += operator.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/makevars.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index d1236bf48ee..97824e63fb6 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -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 @@ CRYPTO Yes
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 @@ INSTALLATION_DIRS List of Pathname
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