Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 10:20:43 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: c19bbc8b76a7 - main - math/libxls: Fix build
Message-ID:  <202401241020.40OAKhNU056329@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=c19bbc8b76a7faedea4201638b0c054cbadf471d

commit c19bbc8b76a7faedea4201638b0c054cbadf471d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-24 10:19:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-24 10:20:15 +0000

    math/libxls: Fix build
    
    Reported by:    antoine
    Approved by:    portmgr (blanket)
---
 math/libxls/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/libxls/Makefile b/math/libxls/Makefile
index b2a6503458f6..e2ddff7e15f9 100644
--- a/math/libxls/Makefile
+++ b/math/libxls/Makefile
@@ -16,7 +16,7 @@ CPE_VENDOR=	${PORTNAME}_project
 CONFLICTS_INSTALL=	catdoc p5-Spreadsheet-Read xls2txt
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/man
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 



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