Bug 210982

Summary: sysutils/u-boot-* style cleanups
Product: Ports & Packages Reporter: Pawel Pekala <pawel>
Component: Individual Port(s)Assignee: Ian Lepore <ian>
Status: Closed FIXED    
Severity: Affects Only Me CC: brd, loos, martin, pawel
Priority: --- Flags: bugzilla: maintainer-feedback? (ian)
pawel: maintainer-feedback? (pawel)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
u-boot-fixes.diff none

Description Pawel Pekala freebsd_committer freebsd_triage 2016-07-10 19:14:52 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-24 09:48:49 UTC
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