Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 10:40:09 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea0e6cc420d4 - main - sysutils/downtimed: Move man pages to share/man
Message-ID:  <202403221040.42MAe9sM001982@gitrepo.freebsd.org>

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

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

commit ea0e6cc420d405ba592b269027d73f7c27a8a159
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 09:07:54 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 10:39:41 +0000

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

diff --git a/sysutils/downtimed/Makefile b/sysutils/downtimed/Makefile
index 2110ec64ea90..a0caa5f18cba 100644
--- a/sysutils/downtimed/Makefile
+++ b/sysutils/downtimed/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	downtimed
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://dist.epipe.com/${PORTNAME}/ \
 		http://launchpadlibrarian.net/145993356/
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		tar:xz
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 post-install:
 	${MKDIR} ${STAGEDIR}/var/db/downtimed
diff --git a/sysutils/downtimed/pkg-plist b/sysutils/downtimed/pkg-plist
index 142a88d59c65..ec1e0bb9f94a 100644
--- a/sysutils/downtimed/pkg-plist
+++ b/sysutils/downtimed/pkg-plist
@@ -1,7 +1,7 @@
 bin/downtime
 bin/downtimes
-man/man1/downtime.1.gz
-man/man1/downtimes.1.gz
-man/man8/downtimed.8.gz
 sbin/downtimed
+share/man/man1/downtime.1.gz
+share/man/man1/downtimes.1.gz
+share/man/man8/downtimed.8.gz
 @dir /var/db/downtimed



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