aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-20 02:01:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-20 02:01:42 +0000
commitacae7ed8a23a74fd368552ecaafcd0d75f1c6b88 (patch)
tree5d8aa8f2d76a8e600582d17f58038ba0c3ffd872 /devel/android-tools-fastboot/Makefile
parent1d7df735d7518b8c6d4db15ad2b0a5e1e2edabfe (diff)
downloadports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.tar.gz
ports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.zip
Simplify port-specific manpages location after r523104
Not all of my ports are covered because: - USES=cmake requires patching devel/cmake to undo BSD-specific defaults (A good example why BSD quirks should stay in ports, not to be upstreamed) - USES=meson and GNU_CONFIGURE require dropping --mandir argument - ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
Notes
Notes: svn path=/head/; revision=523601
Diffstat (limited to 'devel/android-tools-fastboot/Makefile')
-rw-r--r--devel/android-tools-fastboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile
index b67cc025335c..ce6c8c864828 100644
--- a/devel/android-tools-fastboot/Makefile
+++ b/devel/android-tools-fastboot/Makefile
@@ -30,9 +30,9 @@ MAKEFILE?= ${.CURDIR}/files/Makefile
MAKE_ENV= BINDIR="${PREFIX}/bin" EXTRADIR="${FILESDIR}" \
FILESDIR="${DOCSDIR}" \
VERSION="${DISTVERSION}${DISTVERSIONSUFFIX}" \
- MANDIR="${PREFIX}/man/man"
+ MANDIR="${PREFIX}/share/man/man"
PLIST_FILES= bin/fastboot \
- man/man1/fastboot.1.gz
+ share/man/man1/fastboot.1.gz
PORTDOCS= *
SUB_FILES= pkg-message