summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-11-12 18:50:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-11-12 18:50:34 +0000
commit11e596877a90ad683a30eb563764d2b93d5059ab (patch)
tree4f2e61c8b9bf148bfd1219baad96dc4a85914ed4
parentUpdate to 1.35.1 (diff)
Add bash-completion files to the package
PR: 214451 Reported by: jbeich
Notes
Notes: svn path=/head/; revision=425984
-rw-r--r--editors/libreoffice/Makefile2
-rw-r--r--editors/libreoffice/Makefile.common3
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 8215d506541c..bf36e10e6a00 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 0dfd93ecf6ba..625d06b67522 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