mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
15 lines
555 B
Plaintext
15 lines
555 B
Plaintext
$NetBSD: patch-Makefile,v 1.2 2012/12/14 14:40:24 jaapb Exp $
|
|
|
|
Install to DESTDIR
|
|
--- Makefile.orig 2012-12-07 19:39:02.000000000 +0000
|
|
+++ Makefile
|
|
@@ -31,7 +31,7 @@ include Makefile.filelist
|
|
|
|
VERSION := $(shell head -n 1 VERSION)
|
|
install:
|
|
- ocamlfind install -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC)
|
|
+ ocamlfind install -ldconf ignore -destdir ${DESTDIR}${OCAML_SITELIBDIR} -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC)
|
|
install -d -m 755 $(BINDIR)
|
|
install $(BIN) $(BINDIR)
|
|
|