diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-21 15:00:23 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-21 15:00:23 +0000 |
commit | 16bf173b8231dca28d9b4a43cbc8e19c78677c85 (patch) | |
tree | 20970592dd517eed37caae8efd2052f952a2ac70 /lang/nhc98/Makefile | |
parent | Fix compiling on -current (diff) |
* Add PATCHFILE.
* Bump PORTREVISION.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index ab5b15c1ad04..5debd402763e 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -6,11 +6,15 @@ PORTNAME= nhc98 PORTVERSION= 1.14a +PORTREVISION= 1 CATEGORIES= lang 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 USE_REINPLACE= yes |