Don't dereference STAGEDIR. It may change.

This commit is contained in:
Bryan Drewery 2015-03-17 19:20:10 +00:00
parent 5623dd05d1
commit e5158d0d99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381507

View File

@ -35,7 +35,7 @@ post-patch:
pre-build:
# scons is too stupid to create DESTDIR by itself
@${MKDIR} ${WRKDIR}/stage
@${MKDIR} ${STAGEDIR}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}