summaryrefslogtreecommitdiff
path: root/net/ocamlnet
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-11 13:10:15 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-11 13:10:15 +0000
commit03a6fba3c4e3ca5a700e1127f5454401f89c438a (patch)
tree3337d21c9433f620d017e2442276d64933d8234a /net/ocamlnet
parent7af63094540d52462b4baa96c8b0e2caab25670f (diff)
downloadpkgsrc-03a6fba3c4e3ca5a700e1127f5454401f89c438a.tar.gz
Don't mess with ldconf.
Diffstat (limited to 'net/ocamlnet')
-rw-r--r--net/ocamlnet/distinfo4
-rw-r--r--net/ocamlnet/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ocamlnet/distinfo b/net/ocamlnet/distinfo
index c60cf84ad5d..8fc094e748c 100644
--- a/net/ocamlnet/distinfo
+++ b/net/ocamlnet/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2010/01/30 19:43:18 joerg Exp $
+$NetBSD: distinfo,v 1.3 2010/02/11 13:10:15 joerg Exp $
SHA1 (ocamlnet-1.1.2.tar.gz) = 09683bd8d2116449deaf96873424cebf569d65e7
RMD160 (ocamlnet-1.1.2.tar.gz) = 2c554571f53b99e7cd23dcf043bebc3c3f779435
Size (ocamlnet-1.1.2.tar.gz) = 817450 bytes
SHA1 (patch-aa) = 17926b7a3096615f773fa3241030fb514b4a5f5d
-SHA1 (patch-ab) = d5815fae4ccb258c134d860b823a8c82aeff275a
+SHA1 (patch-ab) = 5b3ac5e7c238142e233585311df7844dd23c3915
diff --git a/net/ocamlnet/patches/patch-ab b/net/ocamlnet/patches/patch-ab
index 8d0584562a6..6dc735b7c3a 100644
--- a/net/ocamlnet/patches/patch-ab
+++ b/net/ocamlnet/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2010/01/30 19:43:18 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2010/02/11 13:10:15 joerg Exp $
--- src/Makefile.rules.orig 2006-03-06 16:59:47.000000000 +0000
+++ src/Makefile.rules
@@ -9,7 +9,7 @@ $NetBSD: patch-ab,v 1.1 2010/01/30 19:43:18 joerg Exp $
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`$(OCAMLC) -where`/site-lib
files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a META $(INSTALL_EXTRA)` && \
- $(OCAMLFIND) install $(PKGNAME) $$files
-+ $(OCAMLFIND) install -destdir ${DESTDIR}`$(OCAMLC) -where`/site-lib $(PKGNAME) $$files
++ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`$(OCAMLC) -where`/site-lib $(PKGNAME) $$files
.PHONY: uninstall-findlib
uninstall-findlib: