Makefile of the port contain following line IGNORE_FILES:= ${IGNORE_FILES:@f@-and ! -name ${f}@} it cause the make will complain "Unknown modifier '@'" How-To-Repeat: run make Fix: Unfortunately, I'm not sure what's the intention of the line in question, so no advice how to fix it. Sorry If it work on 10-R then it may be a new modifier I'm not fammiliar with (nor the 9-R and 8-R make)
over to maintainer
A commit references this bug: Author: nivit Date: Fri Jul 11 23:16:21 UTC 2014 New revision: 361592 URL: http://svnweb.freebsd.org/changeset/ports/361592 Log: - Fix build on 8.X and 9.X, where make(1) does not support the @ modifier PR: 191765 Submitted by: Dan Lukes <dan@obluda.cz> Changes: head/www/apache-forrest/Makefile
Thank you for your PR.