Created attachment 172346 [details] u-boot-fixes.diff This patch fixes few style violations in u-boot ports: - GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation - CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed with proper permissions - sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES
A commit references this bug: Author: pawel Date: Sun Jul 24 09:48:40 UTC 2016 New revision: 418996 URL: https://svnweb.freebsd.org/changeset/ports/418996 Log: Fix few style violations in u-boot ports: - GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation - CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed with proper permissions - sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES PR: 210982 Submitted by: myself Approved by: maintainers timeout Changes: head/sysutils/u-boot-beaglebone/Makefile head/sysutils/u-boot-cubieboard/Makefile head/sysutils/u-boot-cubox-hummingboard/Makefile head/sysutils/u-boot-duovero/Makefile head/sysutils/u-boot-pandaboard/Makefile head/sysutils/u-boot-pine64/Makefile head/sysutils/u-boot-rpi/Makefile head/sysutils/u-boot-rpi2/Makefile head/sysutils/u-boot-utilite/Makefile head/sysutils/u-boot-wandboard/Makefile