diff options
author | perky <perky@FreeBSD.org> | 2003-07-04 19:57:54 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-07-04 19:57:54 +0800 |
commit | 7660b40c76ab90a99356a65af1b81f4893ab3e91 (patch) | |
tree | a34e659674a4a62db10b5882746a2247ea65ed25 /lang/python25/pkg-plist | |
parent | 68e5bf91d506792ab1e222e14445abad2f31438a (diff) | |
download | freebsd-ports-gnome-7660b40c76ab90a99356a65af1b81f4893ab3e91.tar.gz freebsd-ports-gnome-7660b40c76ab90a99356a65af1b81f4893ab3e91.tar.zst freebsd-ports-gnome-7660b40c76ab90a99356a65af1b81f4893ab3e91.zip |
o Utilize MASTER_SITE_PYTHON.
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these
ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2)
o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python.
Now, we can install all of these python versions together cleanly.
Diffstat (limited to 'lang/python25/pkg-plist')
-rw-r--r-- | lang/python25/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python25/pkg-plist b/lang/python25/pkg-plist index f01cea612fe3..47c31cd65062 100644 --- a/lang/python25/pkg-plist +++ b/lang/python25/pkg-plist @@ -1,6 +1,5 @@ -bin/idle -bin/pydoc -bin/python +bin/idle2.3 +bin/pydoc2.3 bin/%%PYTHON_VERSION%% include/%%PYTHON_VERSION%%/Python.h include/%%PYTHON_VERSION%%/abstract.h @@ -2571,7 +2570,6 @@ lib/%%PYTHON_VERSION%%/xmlrpclib.pyo lib/%%PYTHON_VERSION%%/zipfile.py lib/%%PYTHON_VERSION%%/zipfile.pyc lib/%%PYTHON_VERSION%%/zipfile.pyo -share/emacs/site-lisp/python-mode.el %%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/README %%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/cgi/README %%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/cgi/cgi0.sh |