Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 12:59:02 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: 185b68ac1cbd - main - graphics/sharpconstruct: Move man pages to share/man
Message-ID:  <202403091259.429Cx2N5069373@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=185b68ac1cbde0f54a2737b7249483138ee7bb51

commit 185b68ac1cbde0f54a2737b7249483138ee7bb51
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:50:29 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:26 +0000

    graphics/sharpconstruct: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/sharpconstruct/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index f7c2b442391e..8c5c815ab5b2 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sharpconstruct
 PORTVERSION=	0.11
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	graphics
 MASTER_SITES=	SF/sharp3d/SharpConstruct/${PORTVERSION}
 
@@ -20,13 +20,14 @@ ONLY_FOR_ARCHS_REASON=	uses SSE instructions
 USES=		compiler:c++11-lang gl tar:bzip2 gmake pkgconfig
 USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USE_GL=		gl glu
 
 CXXFLAGS_i386=	-msse
 CXXFLAGS_powerpc64le=	-DNO_WARN_X86_INTRINSICS
 CXXFLAGS_powerpc64=	-DNO_WARN_X86_INTRINSICS -mvsx
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man1/${PORTNAME}.1.gz
+		share/man/man1/${PORTNAME}.1.gz
 PORTDATA=	*
 
 .include <bsd.port.options.mk>



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