mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/android-tools-fastboot: warn about name conflict with fastboot(8)
Suggested by: Jan Henrik Sylvester <me@janh.de>
This commit is contained in:
parent
e19aeed42d
commit
84af0e4e41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389238
2 changed files with 9 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= android-tools-fastboot
|
||||
DISTVERSIONPREFIX= android-
|
||||
DISTVERSION= 5.1.1_r4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage
|
||||
DISTFILES= fastboot.1?id=706e754:manpage
|
||||
|
@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
PLIST_FILES= bin/fastboot \
|
||||
man/man1/fastboot.1.gz
|
||||
PORTDOCS= fastboot_protocol.txt
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
7
devel/android-tools-fastboot/files/pkg-message.in
Normal file
7
devel/android-tools-fastboot/files/pkg-message.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
The port installed fastboot(1) under %%PREFIX%%/bin. However, there's
|
||||
a different fastboot(8) under /sbin. To avoid accidentally invoking
|
||||
the wrong command make sure either to
|
||||
|
||||
- adjust PATH environment variable to have fastboot(1) found first
|
||||
- create a shell alias with absolute path to fastboot(1)
|
||||
- create a symlink with different name in PATH e.g., under ~/bin
|
Loading…
Add table
Reference in a new issue