Changeset 21098
- Timestamp:
- 01/01/07 04:35:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/hat/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/hat/Portfile
r20275 r21098 3 3 PortSystem 1.0 4 4 name hat 5 version 2.04 6 revision 3 5 version 2.05 7 6 categories devel 8 7 maintainers gwright@opendarwin.org … … 25 24 master_sites ${homepage} 26 25 27 checksums md5 11515d25ed8c760bfe1238fad36ad18f26 checksums md5 027a74fe438f51529bc781d4dfc8ff40 28 27 29 patchfiles patch-confhc-hat \ 30 patch-hat.cabal 31 32 depends_build bin:ghc:ghc \ 33 bin:hmake:hmake 28 depends_build port:ghc \ 29 port:hmake 34 30 35 31 depends_lib lib:libglib.1:glib1 … … 49 45 50 46 post-activate { set ghcversion [ exec ghc --version | sed "s|^.*version ||" ] 51 system "ranlib ${prefix}/lib/ghc-${ghcversion}/libHShat.a"52 47 53 48 reinplace "s|${destroot}${prefix}|${prefix}|g" ${prefix}/lib/ghc-${ghcversion}/package.conf

