aboutsummaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ocaml-mysql/Makefile')
-rw-r--r--databases/ocaml-mysql/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index c0fe3295f8e4..cb3b6c44ef69 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= mysql
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= databases
-MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/336/
+MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/870/
PKGNAMEPREFIX= ocaml-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
@@ -27,15 +26,13 @@ USE_OCAML_LDCONFIG= yes
GNU_CONFIGURE= yes
ALL_TARGET= all opt
+
.if !defined(NOPORTDOCS)
ALL_TARGET+= htdoc
-.endif
-
-PORTDOCS= *
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+PORTDOCS= *
+DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/mysql/html/* ${DOCSDIR}
.endif