Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 21:11:51 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: 7ddee4dde666 - main - shells/44bsd-csh: move man page
Message-ID:  <202403012111.421LBpQU050696@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=7ddee4dde666ee642b4f4705e845861a82d0aece

commit 7ddee4dde666ee642b4f4705e845861a82d0aece
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-03-01 20:06:44 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-03-01 21:11:22 +0000

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

diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile
index 8bdfaec3ae29..6ad2e33fad9f 100644
--- a/shells/44bsd-csh/Makefile
+++ b/shells/44bsd-csh/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	44bsd-csh
 PORTVERSION=	20001106
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	shells
 MASTER_SITES=	LOCAL/cy
 
@@ -28,7 +28,7 @@ post-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/csh ${STAGEDIR}${PREFIX}/bin/44bsd-csh
-	${INSTALL_MAN} ${WRKSRC}/csh.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-csh.1
+	${INSTALL_MAN} ${WRKSRC}/csh.1 ${STAGEDIR}${PREFIX}/share/man/man1/44bsd-csh.1
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/USD.doc/paper.ascii.gz ${STAGEDIR}${DOCSDIR}
 
diff --git a/shells/44bsd-csh/pkg-plist b/shells/44bsd-csh/pkg-plist
index 780de495222b..af3376177d9f 100644
--- a/shells/44bsd-csh/pkg-plist
+++ b/shells/44bsd-csh/pkg-plist
@@ -1,2 +1,2 @@
 @shell bin/44bsd-csh
-man/man1/44bsd-csh.1.gz
+share/man/man1/44bsd-csh.1.gz



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