diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-10 08:24:54 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-10 08:24:54 +0000 |
commit | fee0f1d0b8141dcad18565bc5ec2c592e2dbf537 (patch) | |
tree | 6b11bc14f0a68eff32d2e53cb4f694e77d60ac82 /devel/hs-c2hs | |
parent | ff185edd4016a84bd8f836b0236a209812fd1d8a (diff) | |
download | ports-fee0f1d0b8141dcad18565bc5ec2c592e2dbf537.tar.gz ports-fee0f1d0b8141dcad18565bc5ec2c592e2dbf537.zip |
Notes
Diffstat (limited to 'devel/hs-c2hs')
-rw-r--r-- | devel/hs-c2hs/Makefile | 12 | ||||
-rw-r--r-- | devel/hs-c2hs/distinfo | 2 |
2 files changed, 2 insertions, 12 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index e197ba4d39e2..8fb7e2f595fb 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= c2hs -PORTVERSION= 0.10.17 +PORTVERSION= 0.11.5 CATEGORIES= devel haskell MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ PKGNAMEPREFIX= hs- @@ -25,18 +25,8 @@ PLIST_SUB+= C2HS_VERSION="${PORTVERSION}" GHC_VERSION="${GHC_VERSION}" CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-add-package -.if defined(WITH_PROFILE) -CONFIGURE_ARGS+= --enable-prof -.endif - MAN1= c2hs-config.1 c2hs.1 -.if !defined(WITH_PROFILE) -pre-everything:: - @${ECHO_CMD} "To enable profiling support define WITH_PROFILE." - @${ECHO_CMD} "This requires ghc with profiling libraries." -.endif - post-build: @(cd ${WRKSRC}/doc/c2hs && ${GMAKE} man1/c2hs-config.1 man1/c2hs.1) diff --git a/devel/hs-c2hs/distinfo b/devel/hs-c2hs/distinfo index 0f5552d79627..29189c1a4793 100644 --- a/devel/hs-c2hs/distinfo +++ b/devel/hs-c2hs/distinfo @@ -1 +1 @@ -MD5 (c2hs-0.10.17.tar.gz) = 65fe58dc4274942d1e175d53d539a279 +MD5 (c2hs-0.11.5.tar.gz) = 2f3859154ec3c472e85db726095163b5 |