summaryrefslogtreecommitdiff
path: root/lang/hugs
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/hugs
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/hugs')
-rw-r--r--lang/hugs/Makefile1
-rw-r--r--lang/hugs/pkg-comment1
2 files changed, 1 insertions, 1 deletions
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