diff options
Diffstat (limited to 'databases/ocaml-pgocaml/files/patch-Makefile')
-rw-r--r-- | databases/ocaml-pgocaml/files/patch-Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/ocaml-pgocaml/files/patch-Makefile b/databases/ocaml-pgocaml/files/patch-Makefile index 3dc77d5d62fa..208039919c76 100644 --- a/databases/ocaml-pgocaml/files/patch-Makefile +++ b/databases/ocaml-pgocaml/files/patch-Makefile @@ -20,17 +20,3 @@ ifeq ($(wildcard .depend),.depend) include .depend -@@ -109,11 +109,11 @@ - # Install. - - findlib_install: -- ocamlfind install pgocaml META pgocaml.{,cm{,x}}a pGOCaml.cm[ix] pa_pgsql.cmo -+ ocamlfind install pgocaml META pgocaml.*a pGOCaml.cm[ix] pa_pgsql.cmo - - reinstall: - ocamlfind remove pgocaml -- ocamlfind install pgocaml META pgocaml.{,cm{,x}}a pGOCaml.cm[ix] pa_pgsql.cmo -+ ocamlfind install pgocaml META pgocaml.*a pGOCaml.cm[ix] pa_pgsql.cmo - - install: - rm -rf $(DESTDIR)$(OCAMLLIBDIR)/pgocaml |