]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 12 Dec 2007 21:57:51 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-net-Makefile.patch -> 1.3

ocaml-net-Makefile.patch [deleted file]

diff --git a/ocaml-net-Makefile.patch b/ocaml-net-Makefile.patch
deleted file mode 100644 (file)
index 785517e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- ocamlnet-1.1/src/netstring/Makefile        2005-07-25 22:43:34.000000000 +0000
-+++ ocamlnet-1.1.new/src/netstring/Makefile    2005-10-15 15:46:53.600730152 +0000
-@@ -101,7 +101,7 @@
- .PHONY: mk_netdb
- mk_netdb: tools_done netmappings_iso.pmap netmappings_other.pmap netmappings_jp.pmap
--      mkdir -p netdb
-+      mkdir -p $(DESTDIR)netdb
-       cd netdb && \
-               ../tools/unimap_to_ocaml/unimap_to_ocaml -netdb ../*.pmap
-@@ -172,8 +172,8 @@
- .PHONY: install-netdb
- install-netdb:
--      mkdir -p $(NET_DB_DIR)
--      cp netdb/*.netdb $(NET_DB_DIR)
-+      mkdir -p $(DESTDIR)$(NET_DB_DIR)
-+      cp netdb/*.netdb $(DESTDIR)$(NET_DB_DIR)
-       @echo "Installed .netdb files into $(NET_DB_DIR)"
-       if [ "$(INSTMETHOD)" != "findlib" ]; then                     \
-               cat netdb-packlist >>$(LIBDIR)/packlist-$(PKGNAME);   \
This page took 0.073903 seconds and 4 git commands to generate.