svn commit: r349248 - head/editors/openoffice-devel

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 26 13:07:07 UTC 2014


Author: bapt
Date: Wed Mar 26 13:07:07 2014
New Revision: 349248
URL: http://svnweb.freebsd.org/changeset/ports/349248
QAT: https://qat.redports.org/buildarchive/r349248/

Log:
  Remove a line that is already done by USES=desktop-file-utils
  Forgotten during stagification

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Wed Mar 26 12:36:41 2014	(r349247)
+++ head/editors/openoffice-devel/Makefile	Wed Mar 26 13:07:07 2014	(r349248)
@@ -320,7 +320,6 @@ post-install:
 	@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg \
 			${STAGEDIR}${DESKTOPDIR}/${EXECBASE}
 	@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
-	@${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
 	@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \
 		for app in base calc draw impress math printeradmin writer; do \
 			if [ -r ${ICONS}/hicolor/$${dir}/apps/$${app}.png ]; then \


More information about the svn-ports-head mailing list