diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-11-15 19:47:31 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-11-15 19:47:31 +0000 |
commit | 46def6eeb55bd10834ec52259fdef66151523d04 (patch) | |
tree | 5ca6d3444abbe525143ed21fa3c10c77e9a6cebd /devel/hs-cpphs | |
parent | 958eb62757a1ffdd5fe0f77544c9246cfa0d51cd (diff) | |
download | ports-46def6eeb55bd10834ec52259fdef66151523d04.tar.gz ports-46def6eeb55bd10834ec52259fdef66151523d04.zip |
Notes
Diffstat (limited to 'devel/hs-cpphs')
-rw-r--r-- | devel/hs-cpphs/Makefile | 7 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 10eb2a1f29b9..e5b80a0df2d0 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpphs -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -18,10 +18,13 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc PLIST_FILES= bin/cpphs +MAN1= cpphs.1 + do-build: - @(cd ${WRKSRC} && ghc -o cpphs --make Main) + @(cd ${WRKSRC} && ghc -o cpphs --make cpphs) do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cpphs ${PREFIX}/bin/cpphs + @${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index cd0e15615e52..c68e2372585e 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -MD5 (cpphs-0.7.tar.gz) = cb1e454c5ac96b00acf6b8e450fbe944 -SIZE (cpphs-0.7.tar.gz) = 35828 +MD5 (cpphs-0.8.tar.gz) = 1b46d5b80159df20668f6bff4e6c1796 +SIZE (cpphs-0.8.tar.gz) = 40759 |