summaryrefslogtreecommitdiff
path: root/lang/python25/pkg-plist
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-03-08 12:43:11 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-03-08 12:43:11 +0000
commit1ba15b7a7e9db75abf34f35fed7e9b8b0b4de58f (patch)
tree56d1c64fc023801f174e3b2c94bd2b813112b9f6 /lang/python25/pkg-plist
parentAdd mpg123. (diff)
Build and install a shared library and its frontend besides static one
by default. [HEADS UP] The python executable and static library isn't built PIC anymore even on amd64 and ia64. Please use a shared library instead. Requested by: jhay, dd Tested by: Charles Swiger <cswiger@mac.com>, Tim Middleton <x@Vex.Net>
Notes
Notes: svn path=/head/; revision=103302
Diffstat (limited to 'lang/python25/pkg-plist')
-rw-r--r--lang/python25/pkg-plist11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/python25/pkg-plist b/lang/python25/pkg-plist
index 76a827582a80..ad78ff1936e0 100644
--- a/lang/python25/pkg-plist
+++ b/lang/python25/pkg-plist
@@ -1,6 +1,7 @@
-bin/idle2.4
-bin/pydoc2.4
-bin/%%PYTHON_VERSION%%
+bin/idle%%PYVER%%
+bin/pydoc%%PYVER%%
+bin/python%%PYVER%%
+bin/python-shared%%PYVER%%
include/%%PYTHON_VERSION%%/Python.h
include/%%PYTHON_VERSION%%/abstract.h
include/%%PYTHON_VERSION%%/bitset.h
@@ -73,8 +74,8 @@ include/%%PYTHON_VERSION%%/tupleobject.h
include/%%PYTHON_VERSION%%/ucnhash.h
include/%%PYTHON_VERSION%%/unicodeobject.h
include/%%PYTHON_VERSION%%/weakrefobject.h
-%%SHARED_ONLY%%lib/lib%%PYTHON_VERSION%%.so
-%%SHARED_ONLY%%lib/lib%%PYTHON_VERSION%%.so.1
+lib/lib%%PYTHON_VERSION%%.so
+lib/lib%%PYTHON_VERSION%%.so.1
lib/%%PYTHON_VERSION%%/BaseHTTPServer.py
lib/%%PYTHON_VERSION%%/BaseHTTPServer.pyc
lib/%%PYTHON_VERSION%%/BaseHTTPServer.pyo