Date: Tue, 30 Jan 2024 11:49:46 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: 43381f2c8c60 - main - editors/libreoffice: Moved man to share/man Message-ID: <202401301149.40UBnk3n044112@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=43381f2c8c609e135d7feab7d97f99c5f76d6238 commit 43381f2c8c609e135d7feab7d97f99c5f76d6238 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 01:27:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 11:49:25 +0000 editors/libreoffice: Moved man to share/man Approved by: portmgr (blanket) --- editors/libreoffice/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index cb1053a07f85..03e2d3717182 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 .include "${.CURDIR}/Makefile.common" @@ -125,6 +125,7 @@ INSTALL_TARGET= distro-pack-install SHEBANG_GLOB= *.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ gettext gl gmake gnome jpeg ldap localbase:ldflags perl5 pkgconfig \ python shebangfix shared-mime-info ssl tar:xz xorg @@ -389,8 +390,8 @@ post-install: ${FIND} -s lib/libreoffice -type d -empty \ -exec ${ECHO_CMD} "@dir {}" \; >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} -s bin lib man -not -type d >> ${TMPPLIST} -.for subdir in applications bash-completion icons metainfo mime + ${FIND} -s bin lib -not -type d >> ${TMPPLIST} +.for subdir in applications bash-completion icons man metainfo mime @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s share/${subdir} -not -type d >> ${TMPPLIST} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401301149.40UBnk3n044112>