summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-24 04:40:34 +0000
committerrillig <rillig@pkgsrc.org>2020-03-24 04:40:34 +0000
commit2f20b068fd7f5e676573491f3fbef4cc6db95837 (patch)
tree07a158f8a0932446f2f5a0edd2cde2e5d9be730c /lang/python
parent5a4dbb2eb1290d6842b576d615d2280d80d51d36 (diff)
downloadpkgsrc-2f20b068fd7f5e676573491f3fbef4cc6db95837.tar.gz
replace-interpreter: make documentation more precise
There are several places in pkgsrc where the files to be patched are listed individually instead of just saying util/*/*.sh. This is unnecessarily detailed. Encourage package authors to use filename patterns more often. An example is REPLACE_PYTHON in lang/clang, which currently fails because some of the listed files don't exist anymore.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/application.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/application.mk b/lang/python/application.mk
index a469451cef6..0fecd9ace9c 100644
--- a/lang/python/application.mk
+++ b/lang/python/application.mk
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.12 2017/07/03 18:13:43 joerg Exp $
+# $NetBSD: application.mk,v 1.13 2020/03/24 04:40:34 rillig Exp $
#
# Replace the #! interpreter for Python scripts.
#
@@ -10,7 +10,8 @@
# Package-settable variables:
#
# REPLACE_PYTHON
-# A list of Python scripts to be installed, relative to ${WRKSRC}.
+# A list of filename patterns for Python scripts to be installed,
+# relative to ${WRKSRC}.
#
# Keywords: python
#