summaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-05-29 14:13:10 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-05-29 14:13:10 +0000
commit7d95bb9b7cf97a4e574b8cc14c12c9ad8d49cdbf (patch)
treeceaceaffa83a8c587e08a4d1b0e8ec248a7561e1 /textproc/hs-HaXml/Makefile
parentAdd zope-jamailhost, a Zope product to allow sending mail in japanese. (diff)
Upgrade to 1.12
Notes
Notes: svn path=/head/; revision=110280
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r--textproc/hs-HaXml/Makefile5
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