]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Add the possibility to choose the output dir
authorEmmanuel Vadot <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:14:43 +0000 (16:14 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:14:43 +0000 (16:14 +0000)
commit70fc0cc3874ff24f0c3fb4c0b0f505fb7dbb6723
tree7579fa62de46823a7642fc7486f28c875d0f3437
parentd0327929abfbf1d42ab522d969d23ebb9845d179
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