aboutsummaryrefslogtreecommitdiff
path: root/lang/nhc98/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-05-20 11:10:07 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-05-20 11:10:07 +0000
commit2b940609d995d2924ba9de3e54fe71872b4dfb40 (patch)
tree268839fc74a7f85c9c6156e3e493043261a60c49 /lang/nhc98/Makefile
parent6f5536b34110bd433f84104d9486a1e5d3097c7a (diff)
downloadports-2b940609d995d2924ba9de3e54fe71872b4dfb40.tar.gz
ports-2b940609d995d2924ba9de3e54fe71872b4dfb40.zip
Notes
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r--lang/nhc98/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index e8dcb18db744..7ee85534aca4 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -6,10 +6,13 @@
PORTNAME= nhc98
PORTVERSION= 1.18
+PORTREVISION= 1
CATEGORIES= lang haskell
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/
-DISTNAME= ${PORTNAME}src-${PORTVERSION}
+DISTFILES= ${PORTNAME}src-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-${PORTVERSION}-library-interfaces${EXTRACT_SUFX}
DIST_SUBDIR= nhc98
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= patch-1.18-newtype
MAINTAINER= haskell@FreeBSD.org
COMMENT= A fully-fledged compiler for Haskell 98