diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-08-13 11:50:24 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-08-13 11:50:24 +0000 |
commit | 7304f11de71b1364657e8dd80eaaea1dab4d7821 (patch) | |
tree | 2463a5587f3e11af0bd792cbbb98c382da52556b /devel | |
parent | 2ff5210f907872d29a6b1dafc17cf4b33efe5387 (diff) | |
download | ports-7304f11de71b1364657e8dd80eaaea1dab4d7821.tar.gz ports-7304f11de71b1364657e8dd80eaaea1dab4d7821.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-cpphs/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 16dab8fb28c5..6b9d2c1eab1d 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpphs -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -19,7 +19,7 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc PLIST_FILES= bin/cpphs do-build: - @(cd ${WRKSRC} && ghc -o cpphs --make cpphs) + @(cd ${WRKSRC} && ghc -o cpphs --make Main) do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cpphs ${PREFIX}/bin/cpphs diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index 6e937783fb4b..2afcd0be2d53 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -MD5 (cpphs-0.5.tar.gz) = 33038f98da5604b95e439674bda77246 -SIZE (cpphs-0.5.tar.gz) = 32991 +MD5 (cpphs-0.6.tar.gz) = 60a549a243e9956d01d6cf7eaac2e6cb +SIZE (cpphs-0.6.tar.gz) = 35227 |