diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-13 02:50:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-13 02:50:34 +0800 |
commit | d8cfee880c6b402aca643d94f77ca04cf840f302 (patch) | |
tree | 4f2e61c8b9bf148bfd1219baad96dc4a85914ed4 | |
parent | 56554b6fb407f79190a021f9f32001aae82d5cc2 (diff) | |
download | freebsd-ports-graphics-d8cfee880c6b402aca643d94f77ca04cf840f302.tar.gz freebsd-ports-graphics-d8cfee880c6b402aca643d94f77ca04cf840f302.tar.zst freebsd-ports-graphics-d8cfee880c6b402aca643d94f77ca04cf840f302.zip |
Add bash-completion files to the package
PR: 214451
Reported by: jbeich
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice/Makefile.common | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 8215d506541..bf36e10e6a0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -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 diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 0dfd93ecf6b..625d06b6752 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,8 +2,9 @@ PORTNAME= libreoffice PORTVERSION= 5.2.3 +PORTREVISION= 1 CATEGORIES+= editors - + MAINTAINER= office@FreeBSD.org LICENSE= LGPL3+ MPL |