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
commitb995bfba488aa94b00550c5e5d3af7c95ad9605b (patch)
treee8959aab8a46c0c399584ec9e197dac004b96fd9 /lang
parent6a8ea7153322bcef2fd0a51da59a9be60b45eb36 (diff)
downloadpkgsrc-b995bfba488aa94b00550c5e5d3af7c95ad9605b.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