summaryrefslogtreecommitdiffstats
path: root/devel/ocaml-pcre
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-13 11:16:53 +0000
committeredwin <edwin@FreeBSD.org>2003-04-13 11:16:53 +0000
commit5e13cde01a19f1b78e2cf40bbc1138a26cf982be (patch)
treea808900e62ecf8593b187f64bf46693bf4db4614 /devel/ocaml-pcre
parent70dcaa2bf3323fcd2f9d36f1b98bd0b073b65206 (diff)
downloadFreeBSD-ports-5e13cde01a19f1b78e2cf40bbc1138a26cf982be.zip
FreeBSD-ports-5e13cde01a19f1b78e2cf40bbc1138a26cf982be.tar.gz
MAINTAINER UPDATE: Workaround for unfetchable devel/ocaml-pcre
The devel/ocaml-pcre port is outdated, the old distfile isn't fetchable any more. PR: ports/50695 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r--devel/ocaml-pcre/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile
index b5305df..bf8ca4b 100644
--- a/devel/ocaml-pcre/Makefile
+++ b/devel/ocaml-pcre/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pcre
PORTVERSION= 4.33.0
CATEGORIES= devel
-MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/
+MASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/
MASTER_SITE_SUBDIR= pcre-ocaml
PKGNAMEPREFIX= ocaml-
DISTNAME= pcre-ocaml-${PORTVERSION}
@@ -23,5 +23,8 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
USE_GMAKE= yes
MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \
INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib"
+.if !defined(WITH_CUSTOM)
+MAKE_ENV+= NO_CUSTOM=y
+.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud