Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2024 16:30:08 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: b27c8e6924bd - main - news/newsfetch: Move man pages to share/man
Message-ID:  <202403161630.42GGU8Vj085332@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=b27c8e6924bd5af73f98e2867e4734fea7acb36f

commit b27c8e6924bd5af73f98e2867e4734fea7acb36f
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-16 16:29:30 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-16 16:29:30 +0000

    news/newsfetch: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 news/newsfetch/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile
index 0c867826a1ef..29eb9a335224 100644
--- a/news/newsfetch/Makefile
+++ b/news/newsfetch/Makefile
@@ -1,19 +1,19 @@
 PORTNAME=	newsfetch
 PORTVERSION=	1.21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	news
 MASTER_SITES=	SUNSITE/system/news/readers
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Download news articles from NNTP server
 
-MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
+MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/share/man/man"
 
 USES=		dos2unix uidfix
 DOS2UNIX_GLOB=	*.c
 CFLAGS+=	-Wno-return-type
 PLIST_FILES=	bin/newsfetch \
-		man/man1/newsfetch.1.gz
+		share/man/man1/newsfetch.1.gz
 
 do-configure:
 	(cd ${WRKSRC} && ( \



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