summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-11-03 18:25:01 +0000
committerrecht <recht@pkgsrc.org>2003-11-03 18:25:01 +0000
commit3619f6de560ee526ecbc8269ff28abec381c87eb (patch)
treee8959aab8a46c0c399584ec9e197dac004b96fd9 /lang
parent39f76a5ab6aba9b91175daa4e1cdedfd51a6576a (diff)
downloadpkgsrc-3619f6de560ee526ecbc8269ff28abec381c87eb.tar.gz
Add a comment for the last change.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/extension.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index 2f40445c595..ec8c0453ad7 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,6 +1,7 @@
-# $NetBSD: extension.mk,v 1.6 2003/11/01 12:10:00 recht Exp $
+# $NetBSD: extension.mk,v 1.7 2003/11/03 18:25:01 recht Exp $
# derive a python version from the package name if possible
+# optionally handled quoted package names
.if defined(PKGNAME_REQD)
PYTHON_VERSION_REQD?= ${PKGNAME_REQD:C/^\'?py([^-]*)-.*/\1/}
.endif