summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2018-11-27 19:05:00 +0000
committerjaapb <jaapb@pkgsrc.org>2018-11-27 19:05:00 +0000
commitec9d153d94fd7856477d5d1d35605b6493a7d9ba (patch)
tree18c12c417d8d59d9a605ec298992210442dafe45 /security
parent01e0ab89e1d9236e71bb3c17301ca6c97f5ca0fa (diff)
downloadpkgsrc-ec9d153d94fd7856477d5d1d35605b6493a7d9ba.tar.gz
Removed superfluous patch file from security/ocaml-ssl
Diffstat (limited to 'security')
-rw-r--r--security/ocaml-ssl/patches/patch-src_Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/ocaml-ssl/patches/patch-src_Makefile b/security/ocaml-ssl/patches/patch-src_Makefile
deleted file mode 100644
index 3c4ce5d1152..00000000000
--- a/security/ocaml-ssl/patches/patch-src_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_Makefile,v 1.1 2012/07/14 21:23:49 wiz Exp $
-
-Fix ocamlfind installation procedure w/r/t DESTDIR
---- src/Makefile.in.orig 2011-03-01 07:57:16.000000000 +0000
-+++ src/Makefile.in
-@@ -53,7 +53,8 @@ opt: native-code-library
- native-code-library: byte-code-library
-
- install:
-- $(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
-+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib
-+ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
-
- uninstall:
- $(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT)