diff options
Diffstat (limited to 'lang/rust/Makefile')
-rw-r--r-- | lang/rust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 38a47c570531..ae5fb9de400c 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -6,7 +6,8 @@ PORTVERSION?= 1.10.0 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ http://static.rust-lang.org/dist/:bootstrap \ - https://github.com/dhuseby/rust-manual-snapshots/raw/master/:bootstrap + https://github.com/dhuseby/rust-manual-snapshots/raw/master/:bootstrap \ + LOCAL/marino:bootstrap DISTNAME?= ${PORTNAME}c-${PORTVERSION} DISTFILES?= ${DISTNAME}-src${EXTRACT_SUFX}:src DISTFILES+= ${RUST_BOOT}:bootstrap |