Changeset 82274
- Timestamp:
- 08/11/11 14:32:01 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/py-htmldocs/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/py-htmldocs/Portfile
r82270 r82274 7 7 python.versions 25 26 27 8 8 python.default_version 27 9 version 1.0 9 10 10 11 if {${python.version} == 25} { … … 27 28 use_configure no 28 29 30 description HTML documentation for Python 31 long_description ${description}. Unified port supplies py2\[567\]-htmldocs 32 homepage http://www.python.org/ 33 29 34 if {${name} != ${subport}} { 30 35 description HTML documentation for Python ${version} 31 long_description HTML documentation for Python ${version}. Accessible at \32 file://${prefix}/share/doc/ ${subport}/index.html36 long_description ${description}. Accessible at \ 37 file://${prefix}/share/doc/python${python.version}-doc/index.html 33 38 34 homepage http://www.python.org/35 39 master_sites http://www.python.org/ftp/python/doc/${version}/ 36 40 distname python-${version}-docs-html
Note: See TracChangeset
for help on using the changeset viewer.

