diff options
author | recht <recht> | 2003-11-03 18:25:01 +0000 |
---|---|---|
committer | recht <recht> | 2003-11-03 18:25:01 +0000 |
commit | 29a3aa798c43552f6c7a3fc0aec2a32ee98b9a83 (patch) | |
tree | e8959aab8a46c0c399584ec9e197dac004b96fd9 /lang/python | |
parent | 153a766afdb0d21741c08bfb261452f981f7ecb6 (diff) | |
download | pkgsrc-29a3aa798c43552f6c7a3fc0aec2a32ee98b9a83.tar.gz |
Add a comment for the last change.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/extension.mk | 3 |
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 |