Ticket #36383: Portfile.moin.diff
File Portfile.moin.diff, 1.1 KB (added by mndavidoff (Monte Davidoff), 12 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 49731 2009-04-17 00:24:08Z raimue@macports.org $ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 name moin 7 8 version 1.8.2 9 revision 1 8 10 categories www python 9 11 platforms darwin 10 12 maintainers nomaintainer … … 17 19 Free Software licensed under the GNU GPL. 18 20 19 21 homepage http://moinmo.in/ 20 master_sites http://static.moinmo.in/files/ 21 checksums md5 b3ced56bbe09311a7c56049423214cdb 22 replaced_by py25-moin 22 23 23 post-destroot { 24 set docdir ${prefix}/share/doc/${name} 25 xinstall -m 644 -W ${worksrcpath} README ${destroot}/${docdir} 26 copy ${worksrcpath}/docs ${destroot}${docdir} 24 pre-fetch { 25 ui_error "The $name port is obsolete; please install $replaced_by instead." 26 return -code error "obsolete port" 27 27 } 28 29 livecheck.type none