From 400808592cab5081ce0a99888d10ef9db76fe334 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 9 Jan 2015 21:43:18 +0000 Subject: Rename post-plist to ${POST_PLIST}. This will allow controlling order and adding multiple hooks onto the end of plist processing. Submitted by: bapt With hat: portmgr --- Mk/bsd.port.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0248fc5d8b50..b7e2d2f1efd1 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5912,7 +5912,7 @@ _BUILD_SEQ= build-message pre-build pre-build-script do-build \ _STAGE_DEP= build _STAGE_SEQ= stage-message stage-dir run-depends lib-depends apply-slist pre-install generate-plist \ pre-su-install -# post-plist must be after anything that modifies TMPPLIST +# ${POST_PLIST} must be after anything that modifies TMPPLIST .if defined(NEED_ROOT) _STAGE_SUSEQ= create-users-groups do-install \ kmod-post-install fix-perl-things \ @@ -5921,7 +5921,7 @@ _STAGE_SUSEQ= create-users-groups do-install \ 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 \ - move-uniquefiles-plist post-plist + move-uniquefiles-plist ${POST_PLIST} .if defined(DEVELOPER) _STAGE_SUSEQ+= stage-qa .endif @@ -5933,7 +5933,7 @@ _STAGE_SEQ+= create-users-groups do-install \ 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 \ - move-uniquefiles-plist post-plist + move-uniquefiles-plist ${POST_PLIST} .if defined(DEVELOPER) _STAGE_SEQ+= stage-qa .endif -- cgit v1.2.3