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
Thanks
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
Commited.