diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-02-18 10:50:48 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-02-18 10:50:48 +0000 |
commit | 3d2b895bb7fa9b4a4a5226ea292672a23907aefd (patch) | |
tree | ceb2ad16df5a149e914d6dfa4ed4b2bac38d6e62 /devel/hs-hat | |
parent | 6cddd6d5040c394a8b8e6fa43409954782fa922e (diff) | |
download | ports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.tar.gz ports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.zip |
De-pkg-comment and make portlint a little bit happier.
Notes
Notes:
svn path=/head/; revision=75793
Diffstat (limited to 'devel/hs-hat')
-rw-r--r-- | devel/hs-hat/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hat/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 36051af3a0d4..55ee0449842a 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org +COMMENT= A source-level tracer for Haskell 98 .if defined(WITHOUT_NHC98) BROKEN= does not build with ghc-5.04 for the time being @@ -26,7 +27,7 @@ BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 .else WITH_GHC= yes -BUILD_DEPENDS+= hmake:${PORTSDIR}/devel/hs-hmake +BUILD_DEPENDS+= hmake:${PORTSDIR}/devel/hs-hmake .endif .if defined(WITH_GHC) BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc diff --git a/devel/hs-hat/pkg-comment b/devel/hs-hat/pkg-comment deleted file mode 100644 index 5774fd106ec7..000000000000 --- a/devel/hs-hat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A source-level tracer for Haskell 98 |