Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 08:06:31 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: e4a88869ac9c - main - textproc/gpp: Moved man to share/man
Message-ID:  <202402260806.41Q86V2L059746@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=e4a88869ac9c707eec5f49e759e709b6f8f9e1e7

commit e4a88869ac9c707eec5f49e759e709b6f8f9e1e7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 07:47:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:47:17 +0000

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

diff --git a/textproc/gpp/Makefile b/textproc/gpp/Makefile
index c7b0a35a1e36..bf709b19962f 100644
--- a/textproc/gpp/Makefile
+++ b/textproc/gpp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gpp
 PORTVERSION=	2.24
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.nothingisreal.com/software/gpp/
 
@@ -9,7 +10,8 @@ WWW=		https://www.nothingisreal.com/gpp/
 
 USES=	tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/gpp man/man1/gpp.1.gz
+PLIST_FILES=	bin/gpp share/man/man1/gpp.1.gz
 
 .include <bsd.port.mk>



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