summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-14 13:07:05 +0000
committerrillig <rillig@pkgsrc.org>2005-11-14 13:07:05 +0000
commitca37329f8ebafe4a3f84f2b234c0f54f7ac64bc0 (patch)
tree4a80e2b08b388f37f06112a29b8acc71649b302b
parent84daccf125254c1f120d2a4b6a72694d44ed9cce (diff)
downloadpkgsrc-ca37329f8ebafe4a3f84f2b234c0f54f7ac64bc0.tar.gz
* warn about the use of ${WRKDIR:=...}, as this construct should only
be used with lists.
-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.