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/Makefile | |
parent | 958eb62757a1ffdd5fe0f77544c9246cfa0d51cd (diff) |
Notes
Diffstat (limited to 'devel/hs-cpphs/Makefile')
-rw-r--r-- | devel/hs-cpphs/Makefile | 7 |
1 files changed, 5 insertions, 2 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> |