diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-13 11:16:53 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-13 11:16:53 +0000 |
commit | 5e13cde01a19f1b78e2cf40bbc1138a26cf982be (patch) | |
tree | a808900e62ecf8593b187f64bf46693bf4db4614 | |
parent | 70dcaa2bf3323fcd2f9d36f1b98bd0b073b65206 (diff) | |
download | FreeBSD-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>
-rw-r--r-- | devel/ocaml-pcre/Makefile | 5 |
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> |