diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-05-29 14:13:10 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-05-29 14:13:10 +0000 |
commit | 7d95bb9b7cf97a4e574b8cc14c12c9ad8d49cdbf (patch) | |
tree | ceaceaffa83a8c587e08a4d1b0e8ec248a7561e1 /textproc/hs-haxml/Makefile | |
parent | bd649fe3fc1bc31a908ceeb74466efd93e34ecba (diff) |
Notes
Diffstat (limited to 'textproc/hs-haxml/Makefile')
-rw-r--r-- | textproc/hs-haxml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 44d7dae8cc34..6e7fb603588f 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= haxml -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= textproc haskell MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ \ @@ -36,7 +35,6 @@ WITH_HUGS= yes .endif .if defined(PACKAGE_BUILDING) -WITH_NHC98= yes WITH_GHC= yes WITH_HUGS= yes .endif @@ -104,6 +102,7 @@ post-install: .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC} && ${RM} -rf docs/HaXml/CVS) @(cd ${WRKSRC} && ${CP} -R docs/* ${DOCSDIR}) .endif |