Ticket #19099: Portfile-moin.diff
File Portfile-moin.diff, 1.2 KB (added by CaptSolo, 16 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python25 1.0 5 5 6 6 name moin 7 version 1. 7.07 version 1.8.2 8 8 categories www python 9 9 platforms darwin 10 10 maintainers spamcontrol1@mac.com … … 18 18 19 19 homepage http://moinmo.in/ 20 20 master_sites http://static.moinmo.in/files/ 21 checksums md5 8e0dfca5dcc56adf0257758657d6d4a621 checksums md5 b3ced56bbe09311a7c56049423214cdb 22 22 23 23 post-destroot { 24 24 set docdir ${prefix}/share/doc/${name} 25 25 xinstall -m 644 -W ${worksrcpath} README ${destroot}/${docdir} 26 26 copy ${worksrcpath}/docs ${destroot}${docdir} 27 27 } 28 29 post-activate { 30 ui_msg "\nIf you launch the wiki now it will not function properly because default wiki instance templates \ 31 \nare probably not writeable by the wiki engine. \ 32 \n \ 33 \nTo fully complete your installation create one or more wiki instances as described in: \ 34 \n\thttp://moinmo.in/HelpOnInstalling/WikiInstanceCreation \ 35 \n... and choose one of the methods for running MoinMoin described in: \ 36 \n\thttp://moinmo.in/HelpOnInstalling/\n" 37 }