Ticket #11208: hat-Portfile-update-to-2.05.diff
File hat-Portfile-update-to-2.05.diff, 859 bytes (added by ytrewq1@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name hat 5 version 2.0 45 version 2.05 6 6 revision 3 7 7 categories devel 8 8 maintainers gwright@opendarwin.org … … 24 24 homepage http://www.cs.york.ac.uk/fp/hat/ 25 25 master_sites ${homepage} 26 26 27 checksums md5 11515d25ed8c760bfe1238fad36ad18f 28 29 patchfiles patch-confhc-hat \ 30 patch-hat.cabal 27 checksums md5 027a74fe438f51529bc781d4dfc8ff40 31 28 32 29 depends_build bin:ghc:ghc \ 33 30 bin:hmake:hmake … … 48 45 post-destroot { file delete ${destroot}/${prefix}/bin/harch } 49 46 50 47 post-activate { set ghcversion [ exec ghc --version | sed "s|^.*version ||" ] 51 system "ranlib ${prefix}/lib/ghc-${ghcversion}/libHShat.a"52 48 53 49 reinplace "s|${destroot}${prefix}|${prefix}|g" ${prefix}/lib/ghc-${ghcversion}/package.conf 54 50