diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 11:16:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 11:16:53 +0000 |
commit | 93cca46049d7ea7eec09a544f5a7301b732884ff (patch) | |
tree | 06cd82d2c38e8f5e2f00e44c99268283ff31ec03 /devel/ocaml-pcre | |
parent | be71ece7404e97b06011066ce45e70ce0859d6c1 (diff) | |
download | ports-93cca46049d7ea7eec09a544f5a7301b732884ff.tar.gz ports-93cca46049d7ea7eec09a544f5a7301b732884ff.zip |
Notes
Diffstat (limited to 'devel/ocaml-pcre')
-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 b5305df6be77..bf8ca4b811ac 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> |