From c19bbc8b76a7faedea4201638b0c054cbadf471d Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 24 Jan 2024 11:19:37 +0100 Subject: [PATCH] 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