aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-pine64
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-24 09:48:39 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-24 09:48:39 +0000
commitd9ed9ba7944b0be27789992d2e53e05affdeca1b (patch)
tree29849d962cc8263423c3d66cdfae19ed5f358e51 /sysutils/u-boot-pine64
parentafe2e12dfa24cc7d7b270d0b569b647072d19705 (diff)
downloadports-d9ed9ba7944b0be27789992d2e53e05affdeca1b.tar.gz
ports-d9ed9ba7944b0be27789992d2e53e05affdeca1b.zip
Notes
Diffstat (limited to 'sysutils/u-boot-pine64')
-rw-r--r--sysutils/u-boot-pine64/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/u-boot-pine64/Makefile b/sysutils/u-boot-pine64/Makefile
index 21dd6fbf4a3a..7b5bff065abb 100644
--- a/sysutils/u-boot-pine64/Makefile
+++ b/sysutils/u-boot-pine64/Makefile
@@ -42,7 +42,7 @@ post-extract:
(cd ${WRKSRC}; ${EXTRACT_CMD} xvf pine64atf.tar.xz)
do-configure:
- (cd ${WRKSRC}; ${GMAKE} pine64_plus_defconfig)
+ (cd ${WRKSRC}; ${MAKE_CMD} pine64_plus_defconfig)
post-build:
(cd ${WRKSRC}/arm-trusted-firmware; ${GMAKE} ${MAKE_ARGS} DEBUG=1)
@@ -53,7 +53,7 @@ post-build:
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
- ${CP} ${WRKSRC}/pine64.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/
- ${CP} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
+ ${INSTALL_DATA} ${WRKSRC}/pine64.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
+ ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
.include <bsd.port.post.mk>