aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-cubox-hummingboard
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-24 11:26:58 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-24 11:26:58 +0000
commit7cd2bde74bb5ec8ac4e0880a79625c3d3b964cf7 (patch)
tree945c7e20ae953dd17e7fca6c75362b3a18f8ff79 /sysutils/u-boot-cubox-hummingboard
parentfe28b5acf3780bd5de3b7fe283dfabdc1252eed9 (diff)
downloadports-7cd2bde74bb5ec8ac4e0880a79625c3d3b964cf7.tar.gz
ports-7cd2bde74bb5ec8ac4e0880a79625c3d3b964cf7.zip
Notes
Diffstat (limited to 'sysutils/u-boot-cubox-hummingboard')
-rw-r--r--sysutils/u-boot-cubox-hummingboard/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/u-boot-cubox-hummingboard/Makefile b/sysutils/u-boot-cubox-hummingboard/Makefile
index ae60fe6bb360..1432a1f6a9ec 100644
--- a/sysutils/u-boot-cubox-hummingboard/Makefile
+++ b/sysutils/u-boot-cubox-hummingboard/Makefile
@@ -46,7 +46,6 @@ do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
dd bs=1k oseek=0 conv=sync of=${IMXFILE} if=${WRKSRC}/SPL
dd bs=1k oseek=41 conv=sync of=${IMXFILE} if=${WRKSRC}/u-boot.img
- ${INSTALL_DATA} ${.CURDIR}/pkg-descr \
- ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
+ ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
.include <bsd.port.mk>