Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 10:20:32 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: 0e993de714f2 - main - x11-toolkits/SoXt: Impelled to share/man
Message-ID:  <202401241020.40OAKWx2055883@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=0e993de714f2d9045847faf06eb7241bf7ceb80a

commit 0e993de714f2d9045847faf06eb7241bf7ceb80a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-24 09:19:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-24 10:20:13 +0000

    x11-toolkits/SoXt: Impelled to share/man
---
 x11-toolkits/SoXt/Makefile  | 3 ++-
 x11-toolkits/SoXt/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile
index ac5d7a220599..17e5f352f374 100644
--- a/x11-toolkits/SoXt/Makefile
+++ b/x11-toolkits/SoXt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	SoXt
 PORTVERSION=	1.3.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/
 
@@ -22,6 +22,7 @@ USE_PERL5=	build
 SHEBANG_FILES=	cfg/doxy4win.pl
 USE_XORG=	xi
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=	--with-pthread=yes --with-coin=${LOCALBASE}
 # avoid renaming of soxt-config and soxt-config.1
 USE_LDCONFIG=	yes
diff --git a/x11-toolkits/SoXt/pkg-plist b/x11-toolkits/SoXt/pkg-plist
index e057b9fde621..c57a36867120 100644
--- a/x11-toolkits/SoXt/pkg-plist
+++ b/x11-toolkits/SoXt/pkg-plist
@@ -28,6 +28,6 @@ lib/libSoXt.so
 lib/libSoXt.so.20
 lib/libSoXt.so.20.3.0
 libdata/pkgconfig/SoXt.pc
-man/man1/soxt-config.1.gz
 share/Coin/conf/soxt-default.cfg
 share/aclocal/soxt.m4
+share/man/man1/soxt-config.1.gz



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