diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-17 16:40:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-17 16:40:19 +0000 |
commit | 6cd52061fd1bc42296a074aa2a96e066a3f9a64a (patch) | |
tree | 2f7dfc711080a8f3c23b7c0fb78d5ce98a5736e9 /devel/ocaml-extlib | |
parent | e1c75c1d504f6776d34bfa1e44b25b4d6a399512 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-extlib')
-rw-r--r-- | devel/ocaml-extlib/Makefile | 20 | ||||
-rw-r--r-- | devel/ocaml-extlib/distinfo | 4 |
2 files changed, 9 insertions, 15 deletions
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index 7d98494c8d6c..042d3579c353 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= extlib -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} @@ -19,24 +19,18 @@ USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes -ALL_TARGET= all opt +USES= gmake +ALL_TARGET= all opt doc +MAKE_JOBS_UNSAFE= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= doc -PLIST_DIRSTRY= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} -.endif +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR}) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/devel/ocaml-extlib/distinfo b/devel/ocaml-extlib/distinfo index 93e0f0509d31..a7fa29e4e867 100644 --- a/devel/ocaml-extlib/distinfo +++ b/devel/ocaml-extlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (extlib-1.5.4.tar.gz) = df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd -SIZE (extlib-1.5.4.tar.gz) = 71003 +SHA256 (extlib-1.6.1.tar.gz) = 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca +SIZE (extlib-1.6.1.tar.gz) = 72780 |