aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml-findlib/Makefile.patch
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-04-29 15:08:37 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-05-02 09:41:09 +0000
commit988ab9f1a02b958966c19232fc8eb26b1298081a (patch)
tree5e1e96b96e4d124af5417ddb42868bf22a40b626 /community/ocaml-findlib/Makefile.patch
parent92dbdda5fb890342a45fc56f376d8c2bf652dccb (diff)
downloadaports-988ab9f1a02b958966c19232fc8eb26b1298081a.tar.bz2
aports-988ab9f1a02b958966c19232fc8eb26b1298081a.tar.xz
community/ocaml-findlib: move from testing
Diffstat (limited to 'community/ocaml-findlib/Makefile.patch')
-rw-r--r--community/ocaml-findlib/Makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ocaml-findlib/Makefile.patch b/community/ocaml-findlib/Makefile.patch
new file mode 100644
index 0000000000..6d95658469
--- /dev/null
+++ b/community/ocaml-findlib/Makefile.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
+
+ .PHONY: install-doc
+ install-doc:
+- mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
++ mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
+ -cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
+ -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
+