summaryrefslogtreecommitdiff
path: root/databases/ocaml-sqlite3/files/patch-Makefile.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-19 21:41:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-19 21:41:03 +0000
commit943342c70b83af3a7a10457d3a649140043ec57c (patch)
tree8f020438d072fd3bdf01b569cf9a16b3f1d940e3 /databases/ocaml-sqlite3/files/patch-Makefile.in
parent- Minor pkg-plist fix (diff)
- Update to 1.0.3
- Sign up a new maintainer PR: ports/122856 Submitted by: Jaap Boender <jaapb@kerguelen.org> Approved by: Meikel Brandmeyer <mb@kotka.de> (maintainer)
Notes
Notes: svn path=/head/; revision=211618
Diffstat (limited to 'databases/ocaml-sqlite3/files/patch-Makefile.in')
-rw-r--r--databases/ocaml-sqlite3/files/patch-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/ocaml-sqlite3/files/patch-Makefile.in b/databases/ocaml-sqlite3/files/patch-Makefile.in
deleted file mode 100644
index e6c9f81bbb8a..000000000000
--- a/databases/ocaml-sqlite3/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Feb 27 21:11:25 2006
-+++ Makefile.in Mon Feb 27 21:12:12 2006
-@@ -36,7 +36,7 @@
- install: sqlite3.cma sqlite3.cmxa sqlite3top
- ocamlfind install sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma *.cmxa *.a *.cmx *.so
- ocamlfind ocamlmktop -o sqlite3top -package "sqlite3" sqlite3.cma
-- $(INSTALL) sqlite3top $(bindir)/sqlite3top
-+ $(INSTALL) sqlite3top $(bindir)/ocamlsqlite3
-
- remove: uninstall
- uninstall: