Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 21:11:52 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df10dcdf73f3 - main - sysutils/44bsd-more: move man page
Message-ID:  <202403012111.421LBq9V051188@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=df10dcdf73f3d783aaf7d88b647a72a838ea2384

commit df10dcdf73f3d783aaf7d88b647a72a838ea2384
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-03-01 20:08:18 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-03-01 21:11:22 +0000

    sysutils/44bsd-more: move man page
---
 sysutils/44bsd-more/Makefile  | 4 ++--
 sysutils/44bsd-more/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile
index a9175b993563..daa6d7be5b89 100644
--- a/sysutils/44bsd-more/Makefile
+++ b/sysutils/44bsd-more/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	44bsd-more
 PORTVERSION=	${RELDATE}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/cy
 
@@ -32,7 +32,7 @@ post-patch:
 
 do-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_MAN} ${WRKSRC}/more.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-more.1
+	${INSTALL_MAN} ${WRKSRC}/more.1 ${STAGEDIR}${PREFIX}/share/man/man1/44bsd-more.1
 .for f in default.morerc less.morerc most.morerc
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
diff --git a/sysutils/44bsd-more/pkg-plist b/sysutils/44bsd-more/pkg-plist
index cc3a9526a99c..4d18166fdadb 100644
--- a/sysutils/44bsd-more/pkg-plist
+++ b/sysutils/44bsd-more/pkg-plist
@@ -1,5 +1,5 @@
 bin/44bsd-more
-man/man1/44bsd-more.1.gz
+share/man/man1/44bsd-more.1.gz
 share/misc/44bsd-more.help
 share/examples/44bsd-more/default.morerc
 share/examples/44bsd-more/less.morerc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403012111.421LBq9V051188>