svn commit: r425984 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 12 18:50:36 UTC 2016


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 at FreeBSD.org
 
 LICENSE=	LGPL3+ MPL


More information about the svn-ports-all mailing list