Date: Wed, 7 May 2014 15:41:34 +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: r353168 - head/Mk Message-ID: <201405071541.s47FfYMI042393@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071541.s47FfYMI042393>