aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-10-29 17:01:05 +0800
committerjbeich <jbeich@FreeBSD.org>2015-10-29 17:01:05 +0800
commitc5024b60e2f4959e6e549a22d6d717969a75b68d (patch)
tree872fb1ea50f7239921be31192c803fc765d55d02
parentc5dc8b68951d57121eb7eb40b47d66ed8432544c (diff)
downloadfreebsd-ports-gnome-c5024b60e2f4959e6e549a22d6d717969a75b68d.tar.gz
freebsd-ports-gnome-c5024b60e2f4959e6e549a22d6d717969a75b68d.tar.zst
freebsd-ports-gnome-c5024b60e2f4959e6e549a22d6d717969a75b68d.zip
devel/fb-adb: unbreak fetch after r400395
Mk/bsd.options.mk selection of generic options that predate _VARS support includes DISTFILES but not MASTER_SITES unlike PATCHFILES + PATCH_SITES. => android-ndk-r10e-linux-x86.bin doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/android-ndk-r10e-linux-x86.bin fetch: http://distcache.FreeBSD.org/ports-distfiles/android-ndk-r10e-linux-x86.bin: Not Found Reported by: pkg-fallout
-rw-r--r--devel/fb-adb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile
index e4267fc50a13..c9a2c2d29c96 100644
--- a/devel/fb-adb/Makefile
+++ b/devel/fb-adb/Makefile
@@ -54,7 +54,7 @@ DEBUG_CONFIGURE_ENABLE= debuggable-stubs
# XXX Convert into USES=android once more things depend on it
NDK_DESC= Build target stubs using Android NDK
-NDK_MASTER_SITES= https://dl.google.com/android/ndk/:ndk
+NDK_VARS= MASTER_SITES+=https://dl.google.com/android/ndk/:ndk
.if defined(ANDROID_NDK)
# Prefer NDK from environment
WRKSRC_ndk= ${ANDROID_NDK}