svn commit: r353168 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 15:41:34 UTC 2014


Author: bapt
Date: Wed May  7 15:41:33 2014
New Revision: 353168
URL: http://svnweb.freebsd.org/changeset/ports/353168
QAT: https://qat.redports.org/buildarchive/r353168/

Log:
  Move updating the desktop database later to make sure it work as expected with pkg_install

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed May  7 15:28:14 2014	(r353167)
+++ head/Mk/bsd.port.mk	Wed May  7 15:41:33 2014	(r353168)
@@ -6545,9 +6545,10 @@ _STAGE_DEP=		build
 _STAGE_SEQ=		stage-message stage-dir run-depends lib-depends apply-slist pre-install generate-plist \
 				pre-su-install
 .if defined(NEED_ROOT)
-_STAGE_SUSEQ=	create-users-groups do-install desktop-file-post-install \
+_STAGE_SUSEQ=	create-users-groups do-install \
 				kmod-post-install shared-mime-post-install \
 				webplugin-post-install post-install post-install-script \
+				desktop-file-post-install \
 				move-uniquefiles post-stage compress-man patch-lafiles \
 				install-rc-script install-ldconfig-file install-license \
 				install-desktop-entries add-plist-info add-plist-docs \
@@ -6557,9 +6558,10 @@ _STAGE_SUSEQ=	create-users-groups do-ins
 _STAGE_SUSEQ+=	stage-qa
 .endif
 .else
-_STAGE_SEQ+=	create-users-groups do-install desktop-file-post-install \
+_STAGE_SEQ+=	create-users-groups do-install \
 				kmod-post-install shared-mime-post-install \
 				webplugin-post-install post-install post-install-script \
+				desktop-file-post-install \
 				move-uniquefiles post-stage compress-man patch-lafiles \
 				install-rc-script install-ldconfig-file install-license \
 				install-desktop-entries add-plist-info add-plist-docs \


More information about the svn-ports-all mailing list