summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-05-18 11:56:53 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-05-18 11:56:53 +0000
commitd057f9c498e351a873c4fad1b444a215de9570b1 (patch)
treebbf675f92149ba4c9fd28a81fa86500cbd06d959 /devel
parentOnly use the :SOURCE group when it is actually defined. (diff)
Remove unused group.
PR: 208916 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=415434
Diffstat (limited to 'devel')
-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 77a414dbb27d..9835cfe9ba58 100644
--- a/devel/fb-adb/Makefile
+++ b/devel/fb-adb/Makefile
@@ -54,7 +54,7 @@ NDK_MASTER_SITES= https://dl.google.com/android/ndk/:ndk
# Prefer NDK from environment
WRKSRC_ndk= ${ANDROID_NDK}
.else
-NDK_DISTFILES= ${DISTNAME_ndk}.bin:ndk,p7zip
+NDK_DISTFILES= ${DISTNAME_ndk}.bin:ndk
DISTNAME_ndk= android-ndk-r10e-linux-${LINUX_RPM_ARCH:C/i.86/x86/}
WRKSRC_ndk= ${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//}
.endif