summaryrefslogtreecommitdiff
path: root/security/ocaml-ssl/patches/patch-aa
blob: 92232028abf17d1065e451379479d423f9f72341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $

--- src/Makefile.in.orig	2010-01-30 19:40:05.000000000 +0000
+++ src/Makefile.in
@@ -50,7 +50,8 @@ byte: byte-code-library
 opt: native-code-library
 
 install:
-	$(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
+	${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib
+	$(OCAMLFIND) install -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
 
 uninstall:
 	$(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT)