aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.licenses.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.licenses.mk b/Mk/bsd.licenses.mk
index 905b69f67462..43b9334f614f 100644
--- a/Mk/bsd.licenses.mk
+++ b/Mk/bsd.licenses.mk
@@ -760,8 +760,7 @@ install-license:
. endfor
.endif
# XXX @dirrmtry entry must be here (no way to do with PLIST_* vars)
-# XXX Important, keep the whitespace behind "@cwd "!
- @${ECHO_CMD} "@cwd " >> ${TMPPLIST}
+ @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm ${_LICENSE_DIR_REL}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec rmdir %D/share/licenses 2>/dev/null || true" >> ${TMPPLIST}