Bug 214621 - audio/dream : simplify Makefile by using USES=qmake
Summary: audio/dream : simplify Makefile by using USES=qmake
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 09:19 UTC by Tobias C. Berner
Modified: 2016-11-24 11:27 UTC (History)
1 user (show)

See Also:
takefu: maintainer-feedback+


Attachments
Simplify Makefile (1.84 KB, patch)
2016-11-18 09:19 UTC, Tobias C. Berner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias C. Berner freebsd_committer freebsd_triage 2016-11-18 09:19:19 UTC
Created attachment 177134 [details]
Simplify Makefile

Hi

Simplify the Makefile by switching to USES=qmake. This allows us to get rid of both manually specified targets. As no PLIST_SUBS are used, also OPTIONS_SUB can be dropped. Further, do not use QT_BINDIR and install the manpage to man/ intead of share/man.


mfg Tobias
Comment 1 takefu 2016-11-21 05:44:37 UTC
Thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-24 11:27:04 UTC
A commit references this bug:

Author: tcberner
Date: Thu Nov 24 11:26:42 UTC 2016
New revision: 427006
URL: https://svnweb.freebsd.org/changeset/ports/427006

Log:
  Simplify the Makefile by switching to USES=qmake.

  * This allows us to get rid of both manually specified targets.
  * As no PLIST_SUBS are used, also OPTIONS_SUB can be dropped.
  * Further, do not use QT_BINDIR and install the manpage to man/ intead of share/man.

  PR:		214621
  Approved by:	rakuco (mentor), takefu (maintainer)

Changes:
  head/audio/dream/Makefile
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2016-11-24 11:27:52 UTC
Commited.