git: 497a538e9698 - main - sysutils/pipemeter: install manpage into canonical location
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Nov 2022 12:09:42 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=497a538e96982b0a96ce5addb7a71a287141b15e
commit 497a538e96982b0a96ce5addb7a71a287141b15e
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-11-07 16:54:44 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-11-08 12:09:18 +0000
sysutils/pipemeter: install manpage into canonical location
---
sysutils/pipemeter/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/pipemeter/Makefile b/sysutils/pipemeter/Makefile
index b245cea18b88..64f27c9ad846 100644
--- a/sysutils/pipemeter/Makefile
+++ b/sysutils/pipemeter/Makefile
@@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
PLIST_FILES= bin/pipemeter \
- man/man1/pipemeter.1.gz
+ share/man/man1/pipemeter.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1
.include <bsd.port.mk>