diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 00:28:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 00:28:42 +0000 |
commit | 56bc288a0727a76dfd7f2830fe8bafd297e47954 (patch) | |
tree | 23423b18a49f8d4f1ee83c09f6532e12cd4d0a65 /Mk/bsd.port.mk | |
parent | b4202483563d0b529fd97b15066ca117b246ff74 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 36a3404a9113..1f4f61ecab5f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |