Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 22:26:34 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: ac84547d842d - main - devel/cproto: Moved man to share/man
Message-ID:  <202401292226.40TMQYOY096396@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=ac84547d842d8f7a0887b7270059144f576d0245

commit ac84547d842d8f7a0887b7270059144f576d0245
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 22:22:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 22:26:03 +0000

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

diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile
index be855ff4a428..221d01c8f1d8 100644
--- a/devel/cproto/Makefile
+++ b/devel/cproto/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cproto
 PORTVERSION=	4.7k
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/cproto/
 
@@ -11,7 +12,8 @@ LICENSE=	PD
 
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/cproto man/man1/cproto.1.gz
+PLIST_FILES=	bin/cproto share/man/man1/cproto.1.gz
 
 .include <bsd.port.mk>



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