diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-04 08:28:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-04 08:28:42 +0800 |
commit | 850f0b77448d97de11691c7010ca414f16177de1 (patch) | |
tree | 23423b18a49f8d4f1ee83c09f6532e12cd4d0a65 | |
parent | 06d803a7e88c84f3a6c0088cb35b9bbbaa77d2fd (diff) | |
download | freebsd-ports-gnome-850f0b77448d97de11691c7010ca414f16177de1.tar.gz freebsd-ports-gnome-850f0b77448d97de11691c7010ca414f16177de1.tar.zst freebsd-ports-gnome-850f0b77448d97de11691c7010ca414f16177de1.zip |
Add the forgotten targets to _STAGE_SUSEQ
-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 |