Bug 215548 - [PATCH] games/ufoai: Set ALL_TARGET instead of a post-build target.
Summary: [PATCH] games/ufoai: Set ALL_TARGET instead of a post-build target.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-12-25 15:16 UTC by Raphael Kubo da Costa
Modified: 2016-12-25 23:43 UTC (History)
1 user (show)

See Also:
rakuco: maintainer-feedback+


Attachments
Proposed patch (865 bytes, patch)
2016-12-25 15:16 UTC, Raphael Kubo da Costa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-12-25 15:16:36 UTC
Created attachment 178260 [details]
Proposed patch

Instead of manually invoking some make targets in post-build, use the ALL_TARGET variable, which is cleaner and reduces the size of the Makefile.
Comment 1 m.tsatsenko 2016-12-25 21:34:52 UTC
Comment on attachment 178260 [details]
Proposed patch

Approved!
Thanks for your work!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-12-25 23:42:05 UTC
A commit references this bug:

Author: rakuco
Date: Sun Dec 25 23:41:53 UTC 2016
New revision: 429469
URL: https://svnweb.freebsd.org/changeset/ports/429469

Log:
  Set ALL_TARGET instead of defining a post-build target

  Instead of manually invoking some make targets in post-build, use the
  ALL_TARGET variable, which is cleaner and reduces the size of the Makefile.

  PR:		215548
  Approved by:	m.tsatsenko@gmail.com (maintainer)

Changes:
  head/games/ufoai/Makefile
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-12-25 23:43:01 UTC
Thanks for the fast review.