| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/ocaml-num/files/ |
Upload File : |
--- toplevel/Makefile.orig 2020-11-09 16:22:09 UTC
+++ toplevel/Makefile
@@ -1,6 +1,8 @@
OCAMLC=ocamlc
OCAMLDEP=ocamldep
OCAMLFIND=ocamlfind
+INSTALL_DATA=install -m 644
+INSTALL_DIR=install -d
CAMLCFLAGS=-I ../src -I +compiler-libs \
-w +a-4-9-41-42-44-45-48 -warn-error A \
@@ -25,7 +27,8 @@ VERSION=$(shell sed -ne 's/^ *version *: *"\([^"]*\)".
install:
sed -e 's/%%VERSION%%/$(VERSION)/g' META.in > META
- $(OCAMLFIND) install num-top META $(TOINSTALL)
+ $(INSTALL_DIR) $(OCAMLFIND_DESTDIR)/num-top
+ $(INSTALL_DATA) META $(TOINSTALL) $(OCAMLFIND_DESTDIR)/num-top
rm -f META
uninstall: