diff options
author | pav <pav@FreeBSD.org> | 2009-03-02 08:22:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-02 08:22:03 +0800 |
commit | b398ae30d32743d5b21ceb1f4b4d656d155b3125 (patch) | |
tree | c5cb3777ba6fc1ba34178371588153a7612653cb /devel | |
parent | a43a964e8af013eace68366fc898212bb0716a25 (diff) | |
download | freebsd-ports-gnome-b398ae30d32743d5b21ceb1f4b4d656d155b3125.tar.gz freebsd-ports-gnome-b398ae30d32743d5b21ceb1f4b4d656d155b3125.tar.zst freebsd-ports-gnome-b398ae30d32743d5b21ceb1f4b4d656d155b3125.zip |
- Correct META file (fixes ocaml-pgocaml)
Submitted by: Thomas Crimi <tcrimi@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-calendar/Makefile | 1 | ||||
-rw-r--r-- | devel/ocaml-calendar/files/patch-Makefile.in | 13 |
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 |