diff options
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 |