Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2024 10:02:24 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c31d1d15f8a2 - main - shells/nologinmsg: Move man pages to share/man
Message-ID:  <202403191002.42JA2OIQ042207@gitrepo.freebsd.org>

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

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

commit c31d1d15f8a2d2b12c0eb43ba0711a92a35e5a1f
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-19 09:58:00 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-19 09:58:00 +0000

    shells/nologinmsg: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 shells/nologinmsg/Makefile       | 2 +-
 shells/nologinmsg/files/Makefile | 2 +-
 shells/nologinmsg/pkg-plist      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile
index 462be7f901d0..57649b56b03f 100644
--- a/shells/nologinmsg/Makefile
+++ b/shells/nologinmsg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nologinmsg
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
diff --git a/shells/nologinmsg/files/Makefile b/shells/nologinmsg/files/Makefile
index 97100b63f549..ca05ea5da9d6 100644
--- a/shells/nologinmsg/files/Makefile
+++ b/shells/nologinmsg/files/Makefile
@@ -1,7 +1,7 @@
 PROG=	nologinmsg
 SRCS=	nologinmsg.c
 BINDIR=	${PREFIX}/bin
-MANDIR=	${PREFIX}/man/man
+MANDIR=	${PREFIX}/share/man/man
 MAN8=	nologinmsg.8
 
 CFLAGS+=	-g
diff --git a/shells/nologinmsg/pkg-plist b/shells/nologinmsg/pkg-plist
index 665ccb266fa8..c57f82293204 100644
--- a/shells/nologinmsg/pkg-plist
+++ b/shells/nologinmsg/pkg-plist
@@ -1,3 +1,3 @@
 bin/nologinmsg
-man/man8/nologinmsg.8.gz
+share/man/man8/nologinmsg.8.gz
 @dir etc/nologinmsgs



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