Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 12:58:40 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e202a808c955 - main - graphics/Coin: Move man pages to share/man
Message-ID:  <202403091258.429CweMi068371@gitrepo.freebsd.org>

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

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

commit e202a808c95513901c08e302702120ed070e1bce
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 11:17:38 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:22 +0000

    graphics/Coin: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/Coin/Makefile  | 2 ++
 graphics/Coin/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile
index d6f5f143bbe5..62fd1e383d07 100644
--- a/graphics/Coin/Makefile
+++ b/graphics/Coin/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	Coin
 PORTVERSION=	4.0.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	cmt@FreeBSD.org
@@ -21,6 +22,7 @@ GH_PROJECT=	coin
 USE_GL=		gl glu
 USE_XORG=	ice sm x11 xext xt
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-pthread=yes --enable-threadsafe	\
 		--enable-3ds-import --enable-sound	\
 		--enable-javascript-api --enable-debug=no
diff --git a/graphics/Coin/pkg-plist b/graphics/Coin/pkg-plist
index 1f3197a1566b..7189b580d83d 100644
--- a/graphics/Coin/pkg-plist
+++ b/graphics/Coin/pkg-plist
@@ -875,7 +875,6 @@ lib/libCoin.so
 lib/libCoin.so.80
 lib/libCoin.so.80.0.2
 libdata/pkgconfig/Coin.pc
-man/man1/coin-config.1.gz
 %%DATADIR%%/conf/coin-default.cfg
 %%DATADIR%%/draggerDefaults/centerballDragger.iv
 %%DATADIR%%/draggerDefaults/directionalLightDragger.iv
@@ -907,3 +906,4 @@ man/man1/coin-config.1.gz
 %%DATADIR%%/shaders/lights/SpotLight.glsl
 %%DATADIR%%/shaders/vsm/VsmLookup.glsl
 share/aclocal/coin.m4
+share/man/man1/coin-config.1.gz



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