diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-06 06:29:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-06 06:29:53 +0000 |
commit | ca52fa659e27b6e7a27a30f643d8536955882400 (patch) | |
tree | cc33334de8b9dc900ecddb879c7e3551ffddec6d /devel/android-tools-fastboot | |
parent | - Update to 5.1.2 (diff) |
devel/android-tools-adb: glob(3) in FILES doesn't work on FreeBSD 12.0
Notes
Notes:
svn path=/head/; revision=511279
Diffstat (limited to 'devel/android-tools-fastboot')
-rw-r--r-- | devel/android-tools-fastboot/Makefile | 2 | ||||
-rw-r--r-- | devel/android-tools-fastboot/files/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile index af810971da48..19fc3921c5fe 100644 --- a/devel/android-tools-fastboot/Makefile +++ b/devel/android-tools-fastboot/Makefile @@ -3,7 +3,7 @@ PORTNAME= android-tools-fastboot DISTVERSIONPREFIX= android- DISTVERSION?= 9.0.0_r3 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel sysutils MASTER_SITES= https://salsa.debian.org/android-tools-team/android-tools/raw/706e754/debian/:manpage DISTFILES= fastboot.1:manpage diff --git a/devel/android-tools-fastboot/files/Makefile b/devel/android-tools-fastboot/files/Makefile index 1f2648a8315f..b75861435383 100644 --- a/devel/android-tools-fastboot/files/Makefile +++ b/devel/android-tools-fastboot/files/Makefile @@ -5,7 +5,7 @@ BINDIR?=/usr/bin FILESDIR?=${DOCDIR}/${PROG} VERSION?=0.0.0-0 -FILES= *.md +FILES= README.md SRCS+= bootimg_utils.cpp SRCS+= engine.cpp |