svn commit: r338606 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 00:28:43 UTC 2014


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


More information about the svn-ports-all mailing list