summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-11-05 21:55:21 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-11-05 21:55:21 +0000
commitfba1cd9964e5bc4ae694933236944baa7a04a7e7 (patch)
treeaa2a3f71e559138dd3cbbbe1e1c357b46a5ce64f /lang
parentAdd in a new patch file missed on initial commit. (diff)
Use PORTCOMMENT variable instead of pkg-comment file.
Notes
Notes: svn path=/head/; revision=69551
Diffstat (limited to 'lang')
-rw-r--r--lang/generic-haskell/Makefile1
-rw-r--r--lang/generic-haskell/pkg-comment1
-rw-r--r--lang/hugs/Makefile1
-rw-r--r--lang/hugs/pkg-comment1
-rw-r--r--lang/nhc98/Makefile1
-rw-r--r--lang/nhc98/pkg-comment1
6 files changed, 3 insertions, 3 deletions
diff --git a/lang/generic-haskell/Makefile b/lang/generic-haskell/Makefile
index f9f51de86d4d..abb5aece262d 100644
--- a/lang/generic-haskell/Makefile
+++ b/lang/generic-haskell/Makefile
@@ -6,6 +6,7 @@
PORTNAME= generic-haskell
PORTVERSION= 1.23
+PORTCOMMENT= The Generic Haskell compiler
CATEGORIES= lang
MASTER_SITES= http://www.cs.uu.nl/research/projects/generic-haskell/compiler/beryl/
DISTNAME= gh-${PORTVERSION}-source
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/hugs/Makefile b/lang/hugs/Makefile
index be9daaac1d88..3c8445da8425 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hugs98
PORTVERSION= 200112
+PORTCOMMENT= An interpreter for the functional programming language Haskell 98
CATEGORIES= lang
MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/
DISTNAME= ${PORTNAME}-${HUGS_DATE}
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 5debd402763e..96e422e6ea87 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nhc98
PORTVERSION= 1.14a
PORTREVISION= 1
+PORTCOMMENT= A fully-fledged compiler for Haskell 98
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/
DISTNAME= ${PORTNAME}src-${PORTVERSION}
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