git: aab78d97bbe3 - main - devel/hexd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 12:52:07 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=aab78d97bbe3264e4fa97bc7abc9f5eb3141bc8f commit aab78d97bbe3264e4fa97bc7abc9f5eb3141bc8f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 11:32:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 12:50:26 +0000 devel/hexd: Moved man to share/man Approved by: portmgr (blanket) --- devel/hexd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/hexd/Makefile b/devel/hexd/Makefile index 69d0d8b170e5..b270a009739f 100644 --- a/devel/hexd/Makefile +++ b/devel/hexd/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexd DISTVERSIONPREFIX=v DISTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= mail@dbalan.in @@ -16,10 +16,10 @@ USE_GITHUB= yes GH_ACCOUNT= FireyFly PLIST_FILES= bin/hexd \ - man/man1/hexd.1.gz + share/man/man1/hexd.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hexd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/hexd.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/hexd.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>