Make sure the PKGDIR exists before we move stuff into it.

This commit is contained in:
Poul-Henning Kamp 2011-01-18 21:36:51 +00:00
parent 8be0933446
commit cb2e9eede4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217559

View File

@ -229,6 +229,7 @@ ports_build() (
if make install ${PORTS_OPTS} ; then
if [ "x${PKG_DIR}" != "x" ] ; then
make package ${PORTS_OPTS}
mkdir -p ${PKG_DIR}
mv *.tbz ${PKG_DIR}
fi
else