1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/math/ocamlgsl/files/patch-setup.ml
Kurt Jaeger 1aea8aaba1 math/ocamlgsl: update 1.15.1 -> 1.19.1
- master site changed from bitbucket to github

PR:		211444
Changes:	https://github.com/mmottl/gsl-ocaml/blob/master/CHANGES.txt
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Approved by:	Michael Gruenewald <michipili@gmail.com> (maintainer timeout)
2016-10-21 14:35:12 +00:00

21 lines
910 B
OCaml

--- setup.ml.orig 2015-11-18 15:14:41 UTC
+++ setup.ml
@@ -6717,7 +6717,7 @@ let setup_t =
{
pre_command = [(OASISExpr.EBool true, None)];
post_command =
- [(OASISExpr.EBool true, Some (("make", ["post-conf"])))]
+ [(OASISExpr.EBool true, Some (("gmake", ["post-conf"])))]
};
build_type = (`Build, "ocamlbuild", Some "0.4");
build_custom =
@@ -7914,7 +7914,7 @@ let setup_t =
(OASISExpr.EFlag "docs", true)
];
doc_install = [(OASISExpr.EBool true, true)];
- doc_install_dir = "$docdir/api";
+ doc_install_dir = "$stagedir$docdir/api";
doc_title = "API reference for GSL";
doc_authors = [];
doc_abstract = None;