summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-08 22:31:25 +0000
committerrillig <rillig@pkgsrc.org>2006-06-08 22:31:25 +0000
commit250173f09cd157ec4d85832e1ed3ee04df99a2ad (patch)
tree961c7a9ec0c290f57e083ec926cb5bfb91d742ee
parentc057a551165975ee8b639833b5f85df5caec38f4 (diff)
downloadpkgsrc-250173f09cd157ec4d85832e1ed3ee04df99a2ad.tar.gz
The old syntax for List+ and InternalList+ does not exist anymore.
-rw-r--r--pkgtools/pkglint/files/makevars.map7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index aa497055285..aa62bd8737b 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.112 2006/06/08 18:21:14 rillig Exp $
+# $NetBSD: makevars.map,v 1.113 2006/06/08 22:31:25 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -12,10 +12,7 @@
#
# Type type List is used for lists of things. There are two types of lists,
# InternalList and List, which are described in the pkgsrc guide, chapter
-# "Makefiles". When a "+" is appended to the List keyword, it means that
-# this variable should only be initialized to the empty list or have some
-# values appended using the "+=" operator. All other operations will
-# generate a warning.
+# "Makefiles".
#
# Some commonly used ACLs. For further documentation, see the chapter