Created attachment 146363 [details] ja-waeijiro-fpw.diff Stage-fy japanese/waeijiro-fpw Fix: found some warnings but no problem with a patch attached: % pwd /usr/ports/japanese/waeijiro-fpw % make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for directories owned by MTREEs ===> Checking for directories handled by dependencies ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) % make stage-qa ====> Running Q/A tests (stage-qa) % portlint WARN: Makefile: [34]: use of != in assignments is almost never a good thing to do. Try to avoid using them. See http://lists.freebsd.org/pipermail/freebsd-ports/2008-July/049777.html for some helpful hints on what to do instead. WARN: Makefile: possible use of absolute pathname "/cdrom". WARN: Makefile: Consider defining LICENSE. 0 fatal errors and 3 warnings found.
same concern about DICT_ARCHIVE!= as discussed in bug 193061, lets try to fix that.
Created attachment 146537 [details] new waeijiro.diff new patch as japanese/eijiro-fpw.
A commit references this bug: Author: marino Date: Sat Aug 30 13:47:58 UTC 2014 New revision: 366619 URL: http://svnweb.freebsd.org/changeset/ports/366619 Log: Stage japanese/waeijiro-fpw This port has been staged similarly to japanese/eijiro-fpw. It is also a manual build only port. PR: 193062 Submitted by: turutani (kyoto) Changes: head/japanese/waeijiro-fpw/Makefile head/japanese/waeijiro-fpw/pkg-plist
Thanks for the updated patch, that saved me a lot of effort!