diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-01-12 22:49:08 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-01-12 22:49:08 +0000 |
commit | 1907015066bf9a3000bb4b9f2d32a3c38ae4c87b (patch) | |
tree | f8b977acfe275d2ed296890873e90290c66e9e79 /sysutils/u-boot-pcduino3 | |
parent | b480c8f41765ad7191e4ae88f25ce303c8e82e8b (diff) | |
download | ports-1907015066bf9a3000bb4b9f2d32a3c38ae4c87b.tar.gz ports-1907015066bf9a3000bb4b9f2d32a3c38ae4c87b.zip |
Notes
Diffstat (limited to 'sysutils/u-boot-pcduino3')
-rw-r--r-- | sysutils/u-boot-pcduino3/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/u-boot-pcduino3/Makefile b/sysutils/u-boot-pcduino3/Makefile index d943d0cee354..a9ec4e0d4aea 100644 --- a/sysutils/u-boot-pcduino3/Makefile +++ b/sysutils/u-boot-pcduino3/Makefile @@ -1,14 +1,10 @@ # $FreeBSD$ -PKGNAMESUFFIX= -${MODEL} +MAINTAINER= imp@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master -COMMENT= Cross-build U-Boot loader for Linksprite pcDuino3 - -LICENSE= GPLv2 - -MASTERDIR= ${.CURDIR}/../u-boot-olimex-a20-som-evb -DESCR= ${.CURDIR}/pkg-descr MODEL= pcduino3 BOARD_CONFIG= Linksprite_pcDuino3_defconfig +FAMILY= allwinner .include "${MASTERDIR}/Makefile" |