1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Correct META file (fixes ocaml-pgocaml)

Submitted by:	Thomas Crimi <tcrimi@gmail.com>
This commit is contained in:
Pav Lucistnik 2009-03-02 00:22:03 +00:00
parent a9089018a7
commit 546896e436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229309
2 changed files with 14 additions and 0 deletions

View File

@ -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-

View File

@ -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