git: bc7fb3ea79bf - main - net/shmux: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:32:39 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc7fb3ea79bf6f66fba1d97612e2f0dc64238e15 commit bc7fb3ea79bf6f66fba1d97612e2f0dc64238e15 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:13:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:31:39 +0000 net/shmux: Moved man to share/man Approved by: portmgr (blanket) --- net/shmux/Makefile | 2 ++ net/shmux/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/shmux/Makefile b/net/shmux/Makefile index ba8ce0ddeea1..b3398e57196e 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -1,6 +1,7 @@ PORTNAME= shmux DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= ports@FreeBSD.org @@ -14,6 +15,7 @@ USES= localbase ncurses USE_GITHUB= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples ALL_TARGET= ${PORTNAME} diff --git a/net/shmux/pkg-plist b/net/shmux/pkg-plist index 2f35283bb2ee..9f62e846bb9c 100644 --- a/net/shmux/pkg-plist +++ b/net/shmux/pkg-plist @@ -1,3 +1,3 @@ bin/shmux %%EXAMPLESDIR%%/mcmd.sh -man/man1/shmux.1.gz +share/man/man1/shmux.1.gz