Ticket #7954: Portfile.diff
File Portfile.diff, 802 bytes (added by jyrki.wahlstedt@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name midgard-core 5 5 version 1.7.4 6 revision 1 6 7 categories www 7 8 maintainers jyrki.wahlstedt@hut.fi 8 9 description "A content management system" … … 35 36 --with-expat=${prefix} --with-mysql=${workpath}/mysql5 \ 36 37 --with-iconv=${prefix} 37 38 39 post-destroot { 40 reinplace "s;${workpath}/mysql5/lib;${prefix}/lib/mysql5;" ${destroot}${prefix}/bin/midgard-config 41 reinplace "s;${workpath}/mysql5/include;${prefix}/include/mysql5;" ${destroot}${prefix}/bin/midgard-config 42 } 43 38 44 variant check { 39 45 depends_lib-append port:check 40 46 configure.args-append --with-check=${prefix}