Created attachment 157256 [details] Fix print/pfbtopfa Makefile to use the CC macro In bug 200475, it turned out print/pfbtopfa is using "CC" as a command, instead of as a macro. Make it use ${CC} instead.
A commit references this bug: Author: antoine Date: Fri May 29 21:48:16 UTC 2015 New revision: 387896 URL: https://svnweb.freebsd.org/changeset/ports/387896 Log: - Use ${CC} instead of CC, ${CC} was intented here - Do not unconditionally strip binary PR: 200524 Changes: head/print/pfbtopfa/Makefile head/print/pfbtopfa/files/ head/print/pfbtopfa/files/patch-Makefile