]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Add the possibility to choose the output dir
authormanu <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:14:43 +0000 (16:14 +0000)
committermanu <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:14:43 +0000 (16:14 +0000)
commit93cd878a8f4c073e13973a96b6e21d3086c77cb3
tree7579fa62de46823a7642fc7486f28c875d0f3437
parentb96669d8b23ed7e46fb15124df09f2a82fce971c
pkgbase: Add the possibility to choose the output dir

The output dir is set to ${REPODIR}/${PKG_ABI}/${PKG_VERSION} now.
Add the possibility to specify the last componant and set it by default
to ${PKG_VERSION} as before.
This is useful for tests and also for building packages with the same
PKG_VERSION provided to check differences.
Makefile.inc1