Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 11:33:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 901e7a6d83ce - main - news/cg: Moved man to share/man
Message-ID:  <202402251133.41PBX6iV068529@gitrepo.freebsd.org>

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

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

commit 901e7a6d83cea1e43045b9e4a3c27bea3876f817
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 11:07:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 11:32:34 +0000

    news/cg: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 news/cg/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/news/cg/Makefile b/news/cg/Makefile
index 714e3181881b..ec3c938239ad 100644
--- a/news/cg/Makefile
+++ b/news/cg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cg
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	news
 MASTER_SITES=	http://www.nih.at/cg/
 
@@ -11,8 +12,9 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/cg \
-		man/man1/cg.1.gz
+		share/man/man1/cg.1.gz
 
 .include <bsd.port.mk>



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