summaryrefslogtreecommitdiff
path: root/devel/ocaml-calendar
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-02 00:22:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-02 00:22:03 +0000
commit546896e4360e7235f40b29987bbe74e7bce74d72 (patch)
treee31a3abba756670e61e71ca61ee39666452fbde9 /devel/ocaml-calendar
parent- Fix socketpair() function invocation (diff)
- Correct META file (fixes ocaml-pgocaml)
Submitted by: Thomas Crimi <tcrimi@gmail.com>
Notes
Notes: svn path=/head/; revision=229309
Diffstat (limited to 'devel/ocaml-calendar')
-rw-r--r--devel/ocaml-calendar/Makefile1
-rw-r--r--devel/ocaml-calendar/files/patch-Makefile.in13
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/ocaml-calendar/Makefile b/devel/ocaml-calendar/Makefile
index e140325bd2b3..16174f8f4154 100644
--- a/devel/ocaml-calendar/Makefile
+++ b/devel/ocaml-calendar/Makefile
@@ -7,6 +7,7 @@
PORTNAME= calendar
PORTVERSION= 2.01.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.lri.fr/~signoles/prog/calendar/
PKGNAMEPREFIX= ocaml-
diff --git a/devel/ocaml-calendar/files/patch-Makefile.in b/devel/ocaml-calendar/files/patch-Makefile.in
new file mode 100644
index 000000000000..82045ded076c
--- /dev/null
+++ b/devel/ocaml-calendar/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- Makefile.in.orig 2009-02-23 11:33:17.000000000 +0100
++++ Makefile.in 2009-03-02 01:16:00.000000000 +0100
+@@ -114,8 +114,8 @@
+ META: Makefile
+ echo "description = \"$(NAME) library\"" > $@
+ echo "version = \"$(VERSION)\"" >> $@
+- echo "archive(byte) = \"$(NAMELIB).cmo $(NAMELIB).cma\"" >> $@
+- echo "archive(native) = \"$(NAMELIB).cmx $(NAMELIB).cmxa\"" >> $@
++ echo "archive(byte) = \"$(NAMELIB).cma\"" >> $@
++ echo "archive(native) = \"$(NAMELIB).cmxa\"" >> $@
+ echo "requires = \"unix str\"" >> $@
+
+ # Generic rules