From owner-svn-ports-head@freebsd.org Wed May 18 11:56:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21EF6B40842; Wed, 18 May 2016 11:56:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E71171F17; Wed, 18 May 2016 11:56:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4IBusXZ058801; Wed, 18 May 2016 11:56:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4IBuseK058800; Wed, 18 May 2016 11:56:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605181156.u4IBuseK058800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 18 May 2016 11:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415434 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 11:56:55 -0000 Author: mat Date: Wed May 18 11:56:53 2016 New Revision: 415434 URL: https://svnweb.freebsd.org/changeset/ports/415434 Log: Remove unused group. PR: 208916 Sponsored by: Absolight Modified: head/devel/fb-adb/Makefile Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Wed May 18 11:28:42 2016 (r415433) +++ head/devel/fb-adb/Makefile Wed May 18 11:56:53 2016 (r415434) @@ -54,7 +54,7 @@ NDK_MASTER_SITES= https://dl.google.com/ # 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