git: c19bbc8b76a7 - main - math/libxls: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 10:20:43 UTC
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