Date: Sat, 12 Nov 2016 18:50:34 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425984 - head/editors/libreoffice Message-ID: <201611121850.uACIoYfE062714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Nov 12 18:50:34 2016 New Revision: 425984 URL: https://svnweb.freebsd.org/changeset/ports/425984 Log: Add bash-completion files to the package PR: 214451 Reported by: jbeich Modified: head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sat Nov 12 18:40:58 2016 (r425983) +++ head/editors/libreoffice/Makefile Sat Nov 12 18:50:34 2016 (r425984) @@ -296,7 +296,7 @@ post-install: -exec ${ECHO_CMD} "@dir {}" \; >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s bin lib man -not -type d >> ${TMPPLIST} -.for subdir in application-registry applications icons mime mime-info mimelnk +.for subdir in application-registry applications icons mime mime-info mimelnk bash-completion @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s share/${subdir} -not -type d >> ${TMPPLIST} .endfor Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Sat Nov 12 18:40:58 2016 (r425983) +++ head/editors/libreoffice/Makefile.common Sat Nov 12 18:50:34 2016 (r425984) @@ -2,8 +2,9 @@ PORTNAME= libreoffice PORTVERSION= 5.2.3 +PORTREVISION= 1 CATEGORIES+= editors - + MAINTAINER= office@FreeBSD.org LICENSE= LGPL3+ MPL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611121850.uACIoYfE062714>