aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gdisk/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:10:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:10:24 +0000
commit24c978ff56d93520cb544a19a0116a1cd089fc04 (patch)
treefd6764859ca44ec9ebc526f90f14fc8f3576da0a /sysutils/gdisk/Makefile
parent2a2e8141f272d18fc3c6cfbe30a5be42f60478c1 (diff)
downloadports-24c978ff56d93520cb544a19a0116a1cd089fc04.tar.gz
ports-24c978ff56d93520cb544a19a0116a1cd089fc04.zip
Update manpage location (r523104)
Notes
Notes: svn path=/head/; revision=523543
Diffstat (limited to 'sysutils/gdisk/Makefile')
-rw-r--r--sysutils/gdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile
index 2915a6ea9eec..b8da9ee158cd 100644
--- a/sysutils/gdisk/Makefile
+++ b/sysutils/gdisk/Makefile
@@ -40,11 +40,11 @@ UTF16_LIB_DEPENDS= libicuuc.so:devel/icu
do-install:
.for i in fixparts gdisk sgdisk
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${PREFIX}/share/man/man8
.endfor
do-install-CGDISK-on:
${INSTALL_PROGRAM} ${WRKSRC}/cgdisk ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/cgdisk.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/cgdisk.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>