Created attachment 158163 [details] Fix to the issue ports r367104 removed some '@exec mkdir' without adding respective '@dir'.
I do not believe, the PORTREVISION bump is warranted -- people, who already have the port installed, will NOT benefit by rebuilding it. As for the empty directories, I wonder, if they should not simply be removed instead... Whatever additional package may populate them later can create them -- and clean them up upon installation...
Created attachment 158211 [details] Patch removing directories A PORTREVISION bump would have been necessary as the package would have started installing three empty directories. Anyway, I've seen those directories were there only to create a hierarchy for voices and dictionaries. I agree this isn't needed anymore with pkg(8). I've attached a new patch which simply avoids creating them in 'do-install'.
Created attachment 158215 [details] Fix to 'stage' Sorry, wrong patch. Here's the new one.
A commit references this bug: Author: mi Date: Wed Jul 1 14:21:01 UTC 2015 New revision: 391068 URL: https://svnweb.freebsd.org/changeset/ports/391068 Log: Fix build on arm (v6). Do not create empty directories. PR: 200287, 201202 Submitted by: Mikael Urankar, avilla Changes: head/audio/festival/Makefile