summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commitf0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch)
treeeb25a1bb38a1d88bc48792c4bc3007a7580d627d /lang/hugs
parentForced commit to note that the previous revision also included patches (diff)
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Notes
Notes: svn path=/head/; revision=69808
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 3c8445da8425..be9daaac1d88 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -7,7 +7,6 @@
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
new file mode 100644
index 000000000000..3fec1b55703e
--- /dev/null
+++ b/lang/hugs/pkg-comment
@@ -0,0 +1 @@
+An interpreter for the functional programming language Haskell 98