Changeset 82868
- Timestamp:
- 08/20/11 23:45:23 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/textproc/uni2html/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/uni2html/Portfile
r30256 r82868 4 4 5 5 name uni2html 6 replaced_by uni2ascii 6 7 version 1.1 8 revision 1 7 9 categories textproc 8 10 platforms darwin … … 16 18 17 19 homepage http://www.cis.upenn.edu/~wjposer/uni2html.html 18 master_sites http://www.cis.upenn.edu/~wjposer/.downloads/ 19 distfiles uni2html.py 20 checksums md5 7c299fdc9a814185fc9f527e3cad6e59 20 distfiles 21 archive_sites 21 22 22 depends_run bin:python:python24 23 24 extract { 25 file mkdir ${worksrcpath} 26 file copy ${distpath}/uni2html.py ${worksrcpath} 23 use_configure no 24 pre-configure { 25 ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 26 return -code error "obsolete port" 27 27 } 28 28 29 use_configure no 30 31 build {} 32 33 destroot { 34 xinstall -m 755 ${worksrcpath}/uni2html.py ${destroot}${prefix}/bin 35 system "cd ${destroot}${prefix}/bin && ln -s uni2html.py uni2html" 36 } 29 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

