summaryrefslogtreecommitdiff
path: root/lang/nhc98/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-03-23 22:31:20 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-03-23 22:31:20 +0000
commite4b3f02906b5cf7bfcba83ae0e512cda113af344 (patch)
tree6b8e03455c517358c817c694f4094af93c1289c7 /lang/nhc98/Makefile
parentAdd dependency on kdebase back. (diff)
Upgrade to 1.16.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r--lang/nhc98/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index 99538fcb6829..6feef1f75b52 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -5,16 +5,12 @@
# $FreeBSD$
PORTNAME= nhc98
-PORTVERSION= 1.14a
-PORTREVISION= 1
+PORTVERSION= 1.16
CATEGORIES= lang haskell
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/
DISTNAME= ${PORTNAME}src-${PORTVERSION}
DIST_SUBDIR= nhc98
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= patch-1.14-Time
-
MAINTAINER= obraun@FreeBSD.org
COMMENT= A fully-fledged compiler for Haskell 98
@@ -68,9 +64,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1
${RM} ${WRKSRC}/man/nhc98.1.fix
.if !defined(NOPORTDOCS)
-.for ending in aux log
- ${RM} ${PREFIX}/share/doc/nhc98/hat/tutorial1.${ending}
-.endfor
.for ending in aux log out toc
${RM} ${PREFIX}/share/doc/nhc98/hat/hatuser.${ending}
.endfor