summaryrefslogtreecommitdiff
path: root/lang/rust/cargo.mk
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2019-12-03 16:29:39 +0000
committerminskim <minskim@pkgsrc.org>2019-12-03 16:29:39 +0000
commitcba74210542a4b2abd6df4a868df63d60a09aebe (patch)
tree65a53740549a58b4d1ed37b6f3ccb030c3b82c00 /lang/rust/cargo.mk
parent949954daa7e6a1904e0f660e4a2641f1e670e060 (diff)
downloadpkgsrc-cba74210542a4b2abd6df4a868df63d60a09aebe.tar.gz
lang/rust/cargo.mk: Remove default DIST_SUBDIR
Some packages using cargo.mk have distfiles not from crates.io.
Diffstat (limited to 'lang/rust/cargo.mk')
-rw-r--r--lang/rust/cargo.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/rust/cargo.mk b/lang/rust/cargo.mk
index 6dfffe309c7..3b238971b5a 100644
--- a/lang/rust/cargo.mk
+++ b/lang/rust/cargo.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.9 2019/12/03 02:09:06 minskim Exp $
+# $NetBSD: cargo.mk,v 1.10 2019/12/03 16:29:39 minskim Exp $
#
# Common logic that can be used by packages that depend on cargo crates
# from crates.io. This lets existing pkgsrc infrastructure fetch and verify
@@ -21,7 +21,6 @@
# See also www/geckodriver for a full example.
MASTER_SITES?= -${MASTER_SITE_CRATESIO}${PKGBASE}/${PKGVERSION_NOREV}/download
-DIST_SUBDIR?= crates.io
BUILD_DEPENDS+= rust-[0-9]*:../../lang/rust