summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht>2005-12-09 07:12:28 +0000
committerrecht <recht>2005-12-09 07:12:28 +0000
commita04776821bfa0ff12006851b597616bdb0d4ade8 (patch)
tree3fa1780991430177fb48c77852a9a4e152c85564 /lang
parent773a47a232b0bdc4afe274659d356fdf5256aff3 (diff)
downloadpkgsrc-a04776821bfa0ff12006851b597616bdb0d4ade8.tar.gz
Remove the :Q from vars that go into PLIST_SUBST, since it breaks
the PLIST generation.
Diffstat (limited to 'lang')
-rw-r--r--lang/python24/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 26b0aeb0eb0..57a9e70c184 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/12/08 09:52:15 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2005/12/09 07:12:28 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:Q}
+PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME}
# 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:Q}
+PLIST_SUBST+= PY_VER_SUFFIX=${PY_VER_SUFFIX}
TEST_TARGET= test
INSTALL_TARGET= altinstall