mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- Now builds itself using Dune (devel/ocaml-dune) - Drop reference to Pervasives; it is deprecated - Result is an alias to Stdlib.Result on OCaml 4.08+ Reported by: portscout (a while ago)
8 lines
211 B
Text
8 lines
211 B
Text
--- Makefile.orig 2020-02-20 07:48:47 UTC
|
|
+++ Makefile
|
|
@@ -1,4 +1,5 @@
|
|
INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
|
|
+INSTALL_ARGS += $(if $(LIBDIR),--libdir $(LIBDIR),)
|
|
|
|
default:
|
|
dune build @install
|