Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 00:28:42 +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: r338606 - head/Mk
Message-ID:  <201401040028.s040SgNK024180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan  4 00:28:42 2014
New Revision: 338606
URL: http://svnweb.freebsd.org/changeset/ports/338606

Log:
  Add the forgotten targets to _STAGE_SUSEQ

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Jan  4 00:26:03 2014	(r338605)
+++ head/Mk/bsd.port.mk	Sat Jan  4 00:28:42 2014	(r338606)
@@ -6490,7 +6490,9 @@ _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 post-install post-install-script post-stage compress-man \
+_STAGE_SUSEQ=	create-users-groups do-install desktop-file-post-install kmod-post-install \
+				shared-mime-post-install webplugin-post-install \
+				post-install post-install-script post-stage compress-man \
 				install-rc-script install-ldconfig-file install-license \
 				install-desktop-entries add-plist-info add-plist-docs add-plist-examples \
 				add-plist-data add-plist-post fix-plist-sequence



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