mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
All the hard work for this update was done by John Marnino, but any bugs will be mine Submitted by: marino
11 lines
511 B
Text
11 lines
511 B
Text
--- Makefile.orig 2014-09-30 14:40:37 UTC
|
|
+++ Makefile
|
|
@@ -47,7 +47,7 @@ VERSION := $(shell head -n 1 VERSION)
|
|
install: install-lib install-bin
|
|
|
|
install-lib:
|
|
- ocamlfind install -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL)
|
|
+ ocamlfind install -ldconf ignore -destdir ${DESTDIR}${OCAML_SITELIBDIR} -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL)
|
|
|
|
install-bin:
|
|
install -d -m 755 $(BINDIR)
|