u-boot: sanitize UBOOT_VERION before it goes in PKGNAME
fixes wrong PKGBASE for u-boot-bananapi-r2
This commit is contained in:
parent
71fbc29207
commit
c70ba3a75b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: u-boot.mk,v 1.19 2019/06/08 12:25:05 mrg Exp $
|
||||
# $NetBSD: u-boot.mk,v 1.20 2019/07/26 10:22:07 tnn Exp $
|
||||
|
||||
.include "../../sysutils/u-boot/u-boot-version.mk"
|
||||
|
||||
PKGNAME= u-boot-${UBOOT_TARGET}-${UBOOT_VERSION}
|
||||
PKGNAME= u-boot-${UBOOT_TARGET}-${UBOOT_VERSION:S/-/./}
|
||||
DISTNAME?= u-boot-${UBOOT_VERSION}
|
||||
DISTINFO_FILE?= ${.CURDIR}/../../sysutils/u-boot/distinfo
|
||||
CATEGORIES= sysutils
|
||||
|
|
Loading…
Reference in a new issue