git: 26498343647e - main - shells/v7sh: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Mar 2024 10:02:25 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=26498343647e67f22b18707a42319e6933b314fd commit 26498343647e67f22b18707a42319e6933b314fd Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-19 10:00:36 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-19 10:00:36 +0000 shells/v7sh: Move man pages to share/man Approved by: portmgr (blanket) --- shells/v7sh/Makefile | 2 +- shells/v7sh/files/Makefile | 2 +- shells/v7sh/pkg-plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile index edb955556dfb..e417a12dc4ba 100644 --- a/shells/v7sh/Makefile +++ b/shells/v7sh/Makefile @@ -1,6 +1,6 @@ PORTNAME= v7sh PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= https://BSDforge.com/projects/source/shells/v7sh/ DISTFILES= args.c blok.c brkincr.h builtin.c cmd.c \ diff --git a/shells/v7sh/files/Makefile b/shells/v7sh/files/Makefile index 8a26e6001d34..ba6d108f9713 100644 --- a/shells/v7sh/files/Makefile +++ b/shells/v7sh/files/Makefile @@ -1,6 +1,6 @@ PREFIX?= /usr/local BINDIR?= ${PREFIX}/bin -MANDIR?= ${PREFIX}/man/man +MANDIR?= ${PREFIX}/share/man/man PROG= v7sh SRCS= args.c blok.c builtin.c cmd.c ctype.c error.c expand.c \ diff --git a/shells/v7sh/pkg-plist b/shells/v7sh/pkg-plist index 1e2a32315f0b..b086bcba89de 100644 --- a/shells/v7sh/pkg-plist +++ b/shells/v7sh/pkg-plist @@ -1,2 +1,2 @@ @shell bin/v7sh -man/man1/v7sh.1.gz +share/man/man1/v7sh.1.gz