Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 10:02: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: 35586ba7feaf - main - devel/cscope: Moved man to share/man
Message-ID:  <202402231002.41NA26R1010001@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=35586ba7feaf3d98a123e4c227357ee7481ca963

commit 35586ba7feaf3d98a123e4c227357ee7481ca963
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 09:15:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 10:01:31 +0000

    devel/cscope: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/cscope/Makefile  | 2 ++
 devel/cscope/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 746241c3aa05..c2048a71538e 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cscope
 DISTVERSION=	15.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
 
@@ -12,5 +13,6 @@ LICENSE=	BSD3CLAUSE
 USES=		cpe ncurses
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/devel/cscope/pkg-plist b/devel/cscope/pkg-plist
index 23aa1873c55e..57444e76d27f 100644
--- a/devel/cscope/pkg-plist
+++ b/devel/cscope/pkg-plist
@@ -1,3 +1,3 @@
 bin/cscope
 bin/ocs
-man/man1/cscope.1.gz
+share/man/man1/cscope.1.gz



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