summaryrefslogtreecommitdiff
path: root/lang/python32/pkg-plist
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2012-12-23 17:52:46 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2012-12-23 17:52:46 +0000
commit6e2fa0573bdbe896a47e2e1d3e49cd84e62d1555 (patch)
tree7b7863a91726bf0c0cdaa1808b76f78087314103 /lang/python32/pkg-plist
parent- Update to 0.4.9 (diff)
- Remove "first-installed-win" logic for automatically setting
${PYTHON_DEFAULT_VERSION}, this generates conflicting packages. - Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION} will create python and python${MAJOR_VERSION} links. In current default, lang/python27 will create: python -> python2 -> python2.7 - Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link. At this point, lang/python33 will create python3 -> python3.3 - Minor cleanups * Trim Makefile headers * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ [1] http://www.python.org/dev/peps/pep-0394/
Notes
Notes: svn path=/head/; revision=309444
Diffstat (limited to '')
-rw-r--r--lang/python32/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python32/pkg-plist b/lang/python32/pkg-plist
index 2860760b13e1..9920aeccb690 100644
--- a/lang/python32/pkg-plist
+++ b/lang/python32/pkg-plist
@@ -5,8 +5,10 @@ bin/idle3-%%PYVER%%
%%IF_DEFAULT%%bin/pydoc3
bin/pydoc3-%%PYVER%%
%%IF_DEFAULT%%bin/python
+%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%%
bin/python%%PYVER%%
%%IF_DEFAULT%%bin/python-config
+%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%%-config
bin/python%%PYVER%%-config
%%IF_DEFAULT%%bin/python-shared
bin/python-shared%%PYVER%%