git: 2bf4b903f7c2 - main - net/wmping: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 11:32:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bf4b903f7c24b269512f4f073732aae91b8d088 commit 2bf4b903f7c24b269512f4f073732aae91b8d088 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:52:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:30 +0000 net/wmping: Moved man to share/man Approved by: portmgr (blanket) --- net/wmping/Makefile | 4 ++-- net/wmping/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wmping/Makefile b/net/wmping/Makefile index 21f331fde46b..8016d1057dbf 100644 --- a/net/wmping/Makefile +++ b/net/wmping/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmping PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net windowmaker MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmping ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmping.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/wmping.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} diff --git a/net/wmping/pkg-plist b/net/wmping/pkg-plist index 6c730b4d07ba..c135de1bf937 100644 --- a/net/wmping/pkg-plist +++ b/net/wmping/pkg-plist @@ -1,4 +1,4 @@ @mode 4555 bin/wmping @mode -man/man1/wmping.1.gz +share/man/man1/wmping.1.gz