diff options
author | obraun <obraun@FreeBSD.org> | 2004-11-16 03:47:31 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-11-16 03:47:31 +0800 |
commit | 8aa01654fafe07909a5bfe27ac935fadeb2c3672 (patch) | |
tree | 6e2b9793316307b045c496c4748eee3afa344f13 | |
parent | 4d0f9ac7b3c78a226b71a269e4523712076f9574 (diff) | |
download | freebsd-ports-gnome-8aa01654fafe07909a5bfe27ac935fadeb2c3672.tar.gz freebsd-ports-gnome-8aa01654fafe07909a5bfe27ac935fadeb2c3672.tar.zst freebsd-ports-gnome-8aa01654fafe07909a5bfe27ac935fadeb2c3672.zip |
Upgrade to 0.8.
-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 |