diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-19 19:10:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-19 19:10:24 +0800 |
commit | 302ddeb7acce3bd2870b7b42e4d2498dcad35186 (patch) | |
tree | fd6764859ca44ec9ebc526f90f14fc8f3576da0a | |
parent | 375bd4f45ab8b8626a03c3a48ed3105ba91cebe7 (diff) | |
download | freebsd-ports-gnome-302ddeb7acce3bd2870b7b42e4d2498dcad35186.tar.gz freebsd-ports-gnome-302ddeb7acce3bd2870b7b42e4d2498dcad35186.tar.zst freebsd-ports-gnome-302ddeb7acce3bd2870b7b42e4d2498dcad35186.zip |
Update manpage location (r523104)
-rw-r--r-- | sysutils/gdisk/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gdisk/pkg-plist | 8 |
2 files changed, 6 insertions, 6 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> diff --git a/sysutils/gdisk/pkg-plist b/sysutils/gdisk/pkg-plist index 64deb7f1715e..35866ce5f7a9 100644 --- a/sysutils/gdisk/pkg-plist +++ b/sysutils/gdisk/pkg-plist @@ -2,7 +2,7 @@ sbin/fixparts sbin/gdisk sbin/sgdisk -%%CGDISK%%man/man8/cgdisk.8.gz -man/man8/fixparts.8.gz -man/man8/gdisk.8.gz -man/man8/sgdisk.8.gz +%%CGDISK%%share/man/man8/cgdisk.8.gz +share/man/man8/fixparts.8.gz +share/man/man8/gdisk.8.gz +share/man/man8/sgdisk.8.gz |