diff options
author | tsarna <tsarna> | 1998-08-26 14:50:06 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-08-26 14:50:06 +0000 |
commit | b859151fb3bbb12cce2a8be54dd0e8505e441e5e (patch) | |
tree | f2ca7f985a5b9d783b62bebaf8dcc8e6e1a9b9aa /lang/hugs | |
parent | cee6829dca59c223a98262a5297081f3b2906195 (diff) | |
download | pkgsrc-b859151fb3bbb12cce2a8be54dd0e8505e441e5e.tar.gz |
Better HOMEPAGE, remove from DESCR
Diffstat (limited to 'lang/hugs')
-rw-r--r-- | lang/hugs/Makefile | 4 | ||||
-rw-r--r-- | lang/hugs/pkg/DESCR | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 8e9ba8588c7..a0392ec2615 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:05 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/26 14:50:06 tsarna Exp $ DISTNAME= hugs-January1998-source PKGNAME= hugs-1.4 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://haskell.org/pub/haskell/hugs/January1998/ \ EXTRACT_SUFX= .tgz MAINTAINER= nathanw@mit.edu -HOMEPAGE= http://haskell.systemsz.cs.yale.edu/hugs/ +HOMEPAGE= http://www.haskell.org/hugs/ WRKSRC= ${WRKDIR}/hugs/src GNU_CONFIGURE= yes diff --git a/lang/hugs/pkg/DESCR b/lang/hugs/pkg/DESCR index 590e2a21479..65e76ebf67f 100644 --- a/lang/hugs/pkg/DESCR +++ b/lang/hugs/pkg/DESCR @@ -17,6 +17,3 @@ The Nottingham and Yale Haskell interpreter and programming environment. can move from module to module to test different portions of a program). However, being an interpreter, it does not nearly match the run-time performance of, for example, GHC or HBC. - - We keep the latest information about Hugs (including a known bug - list and porting information) at http://www.haskell.org/hugs. |