diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-07 21:20:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-07 21:20:01 +0000 |
commit | 460e64c5f2c6306bc365a17eb0c8e891c4d280ef (patch) | |
tree | cdf17a0c5291bec0c5f6e52e5d78e89b1ebc8e87 /devel/ocaml-pcre | |
parent | 1ec3c248bf08cfccfad57083fedb939305b3fb57 (diff) | |
download | ports-460e64c5f2c6306bc365a17eb0c8e891c4d280ef.tar.gz ports-460e64c5f2c6306bc365a17eb0c8e891c4d280ef.zip |
Notes
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 9 | ||||
-rw-r--r-- | devel/ocaml-pcre/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 0fc9269a6930..cd32a9db7f23 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pcre -PORTVERSION= 5.09.0 -PORTREVISION= 1 +PORTVERSION= 5.09.2 CATEGORIES= devel -MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ +MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ \ + http://www.ocaml.info/ocaml_sources/ PKGNAMEPREFIX= ocaml- DISTNAME= pcre-ocaml-${PORTVERSION} @@ -22,7 +22,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ - INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" + INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" \ + OCAMLFIND_DESTDIR="${PREFIX}/lib/ocaml/site-lib" .if !defined(WITH_CUSTOM) MAKE_ENV+= NO_CUSTOM=y .endif diff --git a/devel/ocaml-pcre/distinfo b/devel/ocaml-pcre/distinfo index 575c4a1e80e9..d81671fe4a62 100644 --- a/devel/ocaml-pcre/distinfo +++ b/devel/ocaml-pcre/distinfo @@ -1,2 +1,2 @@ -MD5 (pcre-ocaml-5.09.0.tar.gz) = 54e6a09275533960e417d0876ff7bedd -SIZE (pcre-ocaml-5.09.0.tar.gz) = 52587 +MD5 (pcre-ocaml-5.09.2.tar.gz) = 7456f8d34b78f91c57d14cdf6e2068fb +SIZE (pcre-ocaml-5.09.2.tar.gz) = 51665 |