Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 13:07:07 +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: r349248 - head/editors/openoffice-devel
Message-ID:  <201403261307.s2QD77fX089864@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403261307.s2QD77fX089864>