aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-13 10:52:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-14 15:40:56 +0000
commit02ccefbf584c4cb3167ae28f0af57c29bde41ceb (patch)
treea440ef3ad124e74b4ebb9d5f9ec4d141d8a8a1a6 /Mk/bsd.port.mk
parent6f6cec3a6d9abdc83cdc15e55d5b4921300bed97 (diff)
downloadports-02ccefbf584c4cb3167ae28f0af57c29bde41ceb.tar.gz
ports-02ccefbf584c4cb3167ae28f0af57c29bde41ceb.zip
Mk: Run apply-slist earlier.
This allows SUB_FILES generated files to be available earlier than staging, and use them during the build.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index eaa588c56203..db32745e215c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5303,7 +5303,7 @@ _PATCH_SEQ= 050:ask-license 100:patch-message 150:patch-depends \
_CONFIGURE_DEP= patch
_CONFIGURE_SEQ= 150:build-depends 151:lib-depends 160:create-binary-alias \
161:create-binary-wrappers \
- 200:configure-message \
+ 200:configure-message 210:apply-slist \
300:pre-configure 450:pre-configure-script \
490:run-autotools-fixup 500:do-configure 700:post-configure \
850:post-configure-script \
@@ -5316,7 +5316,7 @@ _STAGE_DEP= build
# STAGE is special in its numbering as it has install and stage, so install is
# the main, and stage goes after.
_STAGE_SEQ= 050:stage-message 100:stage-dir 150:run-depends \
- 200:apply-slist 300:pre-install \
+ 300:pre-install \
400:generate-plist 450:pre-su-install 475:create-users-groups \
500:do-install 550:kmod-post-install 600:fixup-lib-pkgconfig 700:post-install \
750:post-install-script 800:post-stage 850:compress-man \