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 $
    22
    33PortSystem 1.0
    44PortGroup python25 1.0
    55
    66name                    moin
    7 version                 1.6.1 
     7version                 1.7.0 
    88categories              www python
     9platforms                       darwin
    910maintainers             spamcontrol1@mac.com
    1011description             a Python-based WikiEngine
    1112long_description        MoinMoin is an advanced, easy to use \
     
    1415                        it is about collaboration on easily \
    1516                        editable web pages. MoinMoin is \
    1617                        Free Software licensed under the GNU GPL. \
    17 homepage                http://moinmoin.wikiwikiweb.de/
    18 master_sites            sourceforge http://static.moinmo.in/files/
    19 checksums               md5 5aa8027cf92a7e0c8a7cc70a1c0c0dd1
     18homepage                http://moinmoin.in/
     19master_sites            http://static.moinmo.in/files/
     20checksums               md5 8e0dfca5dcc56adf0257758657d6d4a6
    2021
     22post-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}