aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 01:27:04 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 11:49:25 +0000
commit43381f2c8c609e135d7feab7d97f99c5f76d6238 (patch)
tree5ff2a7df43161fa88240d1d42604a78424633c2e
parentc8857bc81b876f040cd49863be3445f9f023b5da (diff)
downloadports-43381f2c8c609e135d7feab7d97f99c5f76d6238.tar.gz
ports-43381f2c8c609e135d7feab7d97f99c5f76d6238.zip
editors/libreoffice: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--editors/libreoffice/Makefile7
1 files 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