Ticket #15746: Portfile-moin.diff
File Portfile-moin.diff, 1.2 KB (added by stephane.bachelier@…, 16 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 35093 2008-03-17 13:08:12Z reiffert@macports.org $1 # $Id: Portfile 20491 2006-11-03 15:43:42Z blair@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup python25 1.0 5 5 6 6 name moin 7 version 1. 6.17 version 1.7.0 8 8 categories www python 9 platforms darwin 9 10 maintainers spamcontrol1@mac.com 10 11 description a Python-based WikiEngine 11 12 long_description MoinMoin is an advanced, easy to use \ … … 14 15 it is about collaboration on easily \ 15 16 editable web pages. MoinMoin is \ 16 17 Free Software licensed under the GNU GPL. \ 17 homepage http://moinmoin. wikiwikiweb.de/18 master_sites sourceforgehttp://static.moinmo.in/files/19 checksums md5 5aa8027cf92a7e0c8a7cc70a1c0c0dd118 homepage http://moinmoin.in/ 19 master_sites http://static.moinmo.in/files/ 20 checksums md5 8e0dfca5dcc56adf0257758657d6d4a6 20 21 22 post-destroot { 23 set docdir ${prefix}/share/doc/${name} 24 25 xinstall -m 644 -W ${worksrcpath} README ${destroot}/${docdir} 26 27 copy ${worksrcpath}/docs ${destroot}${docdir} 28 }