Changeset 82301
- Timestamp:
- 08/12/11 06:27:22 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-tz/Portfile
r82300 r82301 2 2 3 3 PortSystem 1.0 4 PortGroup python 241.04 PortGroup python 1.0 5 5 6 6 name py-tz 7 7 set my_name pytz 8 8 version 2011h 9 revision 1 9 10 categories python devel 10 11 platforms darwin 11 12 supported_archs noarch 12 13 maintainers ram openmaintainer 14 license MIT 13 15 14 16 description World Timezone Definitions for Python … … 22 24 #use_zip yes 23 25 26 python.versions 24 25 26 27 31 32 27 24 28 checksums md5 37248de48c28e1ae4ffb5ee47a298e4c \ 25 29 sha1 46d8c71eb06631bc50fc1671b7a071758655a236 \ … … 27 31 28 32 post-destroot { 29 set docdir ${prefix}/share/doc/${name}-${version} 33 if {${name} != ${subport}} { 34 set docdir ${prefix}/share/doc/${subport} 30 35 xinstall -d ${destroot}${docdir} 31 36 xinstall -m 644 -W $worksrcpath CHANGES.txt LICENSE.txt README.txt \ 32 37 ${destroot}${docdir} 38 } 33 39 } 34 40
Note: See TracChangeset
for help on using the changeset viewer.

