diff options
-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 |