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 /lang | |
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 'lang')
-rw-r--r-- | lang/generic-haskell/Makefile | 1 | ||||
-rw-r--r-- | lang/generic-haskell/pkg-comment | 1 | ||||
-rw-r--r-- | lang/helium/Makefile | 1 | ||||
-rw-r--r-- | lang/helium/pkg-comment | 1 | ||||
-rw-r--r-- | lang/hugs/Makefile | 1 | ||||
-rw-r--r-- | lang/hugs/pkg-comment | 1 | ||||
-rw-r--r-- | lang/nhc98/Makefile | 1 | ||||
-rw-r--r-- | lang/nhc98/pkg-comment | 1 |
8 files changed, 4 insertions, 4 deletions
diff --git a/lang/generic-haskell/Makefile b/lang/generic-haskell/Makefile index d8dbcaaee324..c0ce59109f48 100644 --- a/lang/generic-haskell/Makefile +++ b/lang/generic-haskell/Makefile @@ -11,6 +11,7 @@ MASTER_SITES= http://www.cs.uu.nl/research/projects/generic-haskell/compiler/ber DISTNAME= gh-${PORTVERSION}-source MAINTAINER= obraun@FreeBSD.org +COMMENT= The Generic Haskell compiler BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc diff --git a/lang/generic-haskell/pkg-comment b/lang/generic-haskell/pkg-comment deleted file mode 100644 index 957f332b8ba9..000000000000 --- a/lang/generic-haskell/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Generic Haskell compiler diff --git a/lang/helium/Makefile b/lang/helium/Makefile index 0716ddf06b85..e9c0bd44358d 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.cs.uu.nl/~afie/helium/distr/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= obraun@FreeBSD.org +COMMENT= Functional programming compiler for a subset of Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc diff --git a/lang/helium/pkg-comment b/lang/helium/pkg-comment deleted file mode 100644 index 4d075d88e879..000000000000 --- a/lang/helium/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Functional programming compiler for a subset of Haskell diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 9e2067fa6472..c9ecc775d34f 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/${HUGS_DATE}/ DISTNAME= ${PORTNAME}-${HUGS_DATE} MAINTAINER= obraun@FreeBSD.org +COMMENT= An interpreter for the functional programming language Haskell 98 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" BROKEN= "Does not build on ${MACHINE_ARCH}" diff --git a/lang/hugs/pkg-comment b/lang/hugs/pkg-comment deleted file mode 100644 index 3fec1b55703e..000000000000 --- a/lang/hugs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An interpreter for the functional programming language Haskell 98 diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 87a95c879172..99538fcb6829 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -16,6 +16,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= patch-1.14-Time MAINTAINER= obraun@FreeBSD.org +COMMENT= A fully-fledged compiler for Haskell 98 USE_REINPLACE= yes diff --git a/lang/nhc98/pkg-comment b/lang/nhc98/pkg-comment deleted file mode 100644 index a19fd5726493..000000000000 --- a/lang/nhc98/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A fully-fledged compiler for Haskell 98 |