diff options
author | recht <recht> | 2005-12-10 14:36:46 +0000 |
---|---|---|
committer | recht <recht> | 2005-12-10 14:36:46 +0000 |
commit | ca7c0ee8be2f41bfeeaad9d9c59584104e042288 (patch) | |
tree | ee8599929a6243d9f20ffd849e763d5c55f3eee7 /lang | |
parent | 5f50d9af687e261b8e3642789ffb17291cb17994 (diff) | |
download | pkgsrc-ca7c0ee8be2f41bfeeaad9d9c59584104e042288.tar.gz |
Revert my last commit (r1.17) and add :Q back to PY_PLATNAME and
PY_VER_SUFFIX.
pointed out by wiz and rillig
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python24/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 57a9e70c184..e331caddcb4 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/12/09 07:12:28 recht Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/10 14:36:46 recht Exp $ # DISTNAME= Python-2.4.2 @@ -49,7 +49,7 @@ PY_PLATNAME= sunos${OS_VERSION:C/\..*//} .else PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:C/\..*//} .endif -PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME} +PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:Q} # the dl module isn't built for 64 bit archs and Darwin .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" \ @@ -106,7 +106,7 @@ PLIST_SUBST+= NISMODULE= MAKE_ENV+= PY_BDB_TRANSFORM=${BUILDLINK_TRANSFORM:Q} .endif -PLIST_SUBST+= PY_VER_SUFFIX=${PY_VER_SUFFIX} +PLIST_SUBST+= PY_VER_SUFFIX=${PY_VER_SUFFIX:Q} TEST_TARGET= test INSTALL_TARGET= altinstall |