Created attachment 148327 [details] Remove @dirrm from pkg-plist. * Remove @dirrm from pkg-plist. * Pet portlint.
comment 1) you can leave this command masked, you don't need to change it: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} comment 2) use ${COPYTREE_SHARE} for this line: ${CP} -r ${WRKSRC}/${DIR} ${STAGEDIR}${EXAMPLESDIR}/${DIR} Unless there is concrete justification for using ${CP}, don't use it. Can you make those changes and resubmit?
Created attachment 148382 [details] Updated patch. Thank you comments. I updated patch, so please commit it instead of original one. Regards.
A commit references this bug: Author: marino Date: Sat Oct 18 06:47:26 UTC 2014 New revision: 371093 URL: https://svnweb.freebsd.org/changeset/ports/371093 Log: mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP PR: 194370 submitted by: maintainer (Yasuhiro KIMURA) Changes: head/mail/bsfilter/Makefile head/mail/bsfilter/pkg-plist
Thanks!