diff options
| author | mrg <mrg@pkgsrc.org> | 2021-04-18 08:54:55 +0000 |
|---|---|---|
| committer | mrg <mrg@pkgsrc.org> | 2021-04-18 08:54:55 +0000 |
| commit | fbca707ef76d4e5c97e283843b8879f57f2362ef (patch) | |
| tree | 1d0860695b9de8cc29bb3ed1af198413a3c65f85 /sysutils/u-boot-pinebook-pro/Makefile | |
| parent | ba3d3fcca4c4260007c5395af7f4408e463a42b0 (diff) | |
| download | pkgsrc-fbca707ef76d4e5c97e283843b8879f57f2362ef.tar.gz | |
various updates for the new pkgsrc u-boot world order.
the whole u-boot package builds with the patches and distinfos
moved into the new places.
Diffstat (limited to 'sysutils/u-boot-pinebook-pro/Makefile')
| -rw-r--r-- | sysutils/u-boot-pinebook-pro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/u-boot-pinebook-pro/Makefile b/sysutils/u-boot-pinebook-pro/Makefile index 164f30beed8..abaf2897c97 100644 --- a/sysutils/u-boot-pinebook-pro/Makefile +++ b/sysutils/u-boot-pinebook-pro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/04/18 07:30:28 mrg Exp $ +# $NetBSD: Makefile,v 1.10 2021/04/18 08:54:56 mrg Exp $ PKGREVISION= 5 @@ -11,7 +11,7 @@ UBOOT_INSTALLBOOT_PLIST= installboot.plist U_BOOT_IMAGE_TYPE= rk3399 # Patches kept in pinebook-pro; first worked there. -DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-pinebook-pro/distinfo -PATCHDIR= ${.CURDIR}/../../sysutils/u-boot-pinebook-pro/patches +#DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-pinebook-pro/distinfo +#PATCHDIR= ${.CURDIR}/../../sysutils/u-boot-pinebook-pro/patches .include "../../sysutils/u-boot/u-boot-rockchip.mk" |
