pkgbase: Avoid hard-coding the package prefix in generate-ucl.sh

MFC after:	1 week
Sponsored by:	Innovate UK

(cherry picked from commit b4dd5ff5f4)
This commit is contained in:
Mark Johnston 2024-08-26 20:46:53 +00:00
parent 1e8b00a1cb
commit e6c6f46dd5

View file

@ -133,7 +133,7 @@ main() {
echo 'deps: {' >> ${uclfile}
for dep in ${pkgdeps}; do
cat <<EOF >> ${uclfile}
FreeBSD-${dep}: {
${PKG_NAME_PREFIX}-${dep}: {
origin: "base",
version: "${PKG_VERSION}"
}