diff options
Diffstat (limited to 'lang/rust/Makefile')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index d78b07c5a6c..c8bf1dfd8ce 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2018/08/16 18:54:57 adam Exp $ +# $NetBSD: Makefile,v 1.49 2018/08/22 09:45:22 wiz Exp $ DISTNAME= rustc-1.28.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/ |