summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-14 13:07:05 +0000
committerrillig <rillig>2005-11-14 13:07:05 +0000
commita290c7d6237d4f086a11bb883b7c3ee20fad58d9 (patch)
tree4a80e2b08b388f37f06112a29b8acc71649b302b /pkgtools
parente70bf498290db2e16d9b8ddbdbdc2b1d04603d84 (diff)
downloadpkgsrc-a290c7d6237d4f086a11bb883b7c3ee20fad58d9.tar.gz
* warn about the use of ${WRKDIR:=...}, as this construct should only
be used with lists.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index bcec089ef23..4694c954ec5 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -17,3 +17,5 @@
${WRKSRC}. When that is finished, add a warning that using ${XARGS}
is insecure.
* detect spelling errors (like CONFLICT => CONFLICTS)
+* warn about the use of ${WRKDIR:=...}, as this construct should only
+ be used with lists.