aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/uniquefiles.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-08-17 13:31:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-08-17 13:31:25 +0000
commite8796ef61223223030544d2fe1b51be11e5e648b (patch)
tree15b8ce30f8e7f1a99871e40ce43b8bd49254597d /Mk/Uses/uniquefiles.mk
parent37e858edd18cfdef0c487e4ed9d4a989c8972609 (diff)
downloadports-e8796ef61223223030544d2fe1b51be11e5e648b.tar.gz
ports-e8796ef61223223030544d2fe1b51be11e5e648b.zip
Notes
Diffstat (limited to 'Mk/Uses/uniquefiles.mk')
-rw-r--r--Mk/Uses/uniquefiles.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/uniquefiles.mk b/Mk/Uses/uniquefiles.mk
index c29fe9d00678..8285a4fa6d63 100644
--- a/Mk/Uses/uniquefiles.mk
+++ b/Mk/Uses/uniquefiles.mk
@@ -101,6 +101,7 @@ _DO_CONDITIONAL_SYMLINK= \
_DO_CONDITIONAL_SYMLINK= ${DO_NADA}
.endif
+_USES_stage+= 775:move-uniquefiles
move-uniquefiles:
.if ${UNIQUE_PREFIX_FILES} || ${UNIQUE_FIND_PREFIX_FILES}
@${ECHO_MSG} "===> Creating unique files: Move files needing PREFIX";
@@ -166,6 +167,7 @@ move-uniquefiles:
# Using .if exists(${_UNIQUEPKGPLIST} below instead of the sh test
# does not work in poudriere. It works fine on the CLI, though...
+_USES_stage+= 950:move-uniquefiles-plist
move-uniquefiles-plist:
@if [ -e ${_UNIQUEPKGLIST} ]; then \
orgIFS=$$IFS; IFS=":"; while read command entry newentry; do \