Skip to content

Commit

Permalink
editors/libreoffice: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent c8857bc commit 43381f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 3

.include "${.CURDIR}/Makefile.common"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43381f2

Please sign in to comment.