aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-camomile/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-08-04 15:19:12 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-08-04 15:19:12 +0000
commit38a294bdcec119bb429297a24cef5e937757c55a (patch)
treecf5171e21b242ecb18939482c37f147b2e2f28cf /devel/ocaml-camomile/files
parent23d520e4ddf2f1557b392a7393c7e190755c87bc (diff)
downloadports-38a294bdcec119bb429297a24cef5e937757c55a.tar.gz
ports-38a294bdcec119bb429297a24cef5e937757c55a.zip
Notes
Diffstat (limited to 'devel/ocaml-camomile/files')
-rw-r--r--devel/ocaml-camomile/files/patch-Makefile.in15
1 files changed, 3 insertions, 12 deletions
diff --git a/devel/ocaml-camomile/files/patch-Makefile.in b/devel/ocaml-camomile/files/patch-Makefile.in
index 2343e8bf935e..f108a36512e7 100644
--- a/devel/ocaml-camomile/files/patch-Makefile.in
+++ b/devel/ocaml-camomile/files/patch-Makefile.in
@@ -1,19 +1,10 @@
---- ./Makefile.in.orig Mon Mar 13 13:17:35 2006
-+++ ./Makefile.in Thu Jul 27 14:49:46 2006
-@@ -367,7 +367,7 @@
- install-without-ocamlfind:
- mkdir -p $(OCAMLLIB)
- cp -f $(INT) $(OCAMLLIB)
-- if [ $(OCAMLBEST) == opt ]; then cp -f public/*.cmx $(OCAMLLIB); fi
-+ if [ "$(OCAMLBEST)" = "opt" ]; then cp -f public/*.cmx $(OCAMLLIB); fi
- if [ -f camomile.cmi ]; then cp -f camomile.cmi $(OCAMLLIB); fi
- if [ -f camomile.cma ]; then cp -f camomile.cma $(OCAMLLIB); fi
- if [ -f camomile.cmxa ]; then cp -f camomile.cmxa $(OCAMLLIB); fi
+--- Makefile.in.orig Tue Aug 1 16:47:03 2006
++++ Makefile.in Tue Aug 1 16:47:47 2006
@@ -378,7 +378,7 @@
install-with-ocamlfind:
files= &&\
-- if [ $(OCAMLBEST) == opt ]; then files=public/*.cmx; fi && \
+- if [ $(OCAMLBEST) = opt ]; then files=public/*.cmx; fi && \
+ if [ "$(OCAMLBEST)" = "opt" ]; then files=public/*.cmx; fi && \
if [ -f camomile.cma ]; then files="camomile.* $$files"; fi&& \
if [ -f libcamomile.a ]; then files="libcamomile.a $$files"; fi && \