diff options
author | sat <sat@FreeBSD.org> | 2006-06-14 21:46:40 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-14 21:46:40 +0000 |
commit | 9b26c096f9b24a3affb0f03b1180f83f0c3284dc (patch) | |
tree | dd0f9ccb9793f3eec5e015e7435fcab6456e6896 /lang/ocaml/Makefile | |
parent | 629585a30261a011ccfc4d19da6e758e97a1ac6b (diff) | |
download | FreeBSD-ports-9b26c096f9b24a3affb0f03b1180f83f0c3284dc.zip FreeBSD-ports-9b26c096f9b24a3affb0f03b1180f83f0c3284dc.tar.gz |
- Update to 3.09.2
- Add MASTER_SITE_GENTOO
- Unqoute a BROKEN
PR: ports/97555
Submitted by: sat
Tested by: Joseph Koshy <jkoshy@freebsd.org>, Denis Shaposhnikov <dsh@vlink.ru>,
Holger Lamm <holger@e-gitt.net>, Hubert Tournier <hubert.tournier@online.fr>,
Dan Pelleg <daniel+unison@pelleg.org> (many thanks are due)
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 1e0f7b8..b4b3455 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -6,11 +6,13 @@ # PORTNAME= ocaml -PORTVERSION= 3.09.0 +PORTVERSION= 3.09.2 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:R}/ \ ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:R}/ \ - ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:R}/ + ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:R}/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles PKGNAMESUFFIX= ${SFX} MAINTAINER?= ports@FreeBSD.org @@ -88,7 +90,7 @@ MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt .include <bsd.port.pre.mk> .if ${ARCH} == sparc64 || ${ARCH} == ia64 -BROKEN= "ocamlc.opt seg-faults on ${ARCH}, please try to fix" +BROKEN= ocamlc.opt seg-faults on ${ARCH}, please try to fix .endif PLIST_SUB+= PROF="" |