[Bug 232189] New port: mail/s-nail Send and receive Internet mail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 16 03:34:06 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232189

Nathan <ndowens at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ndowens at yahoo.com

--- Comment #1 from Nathan <ndowens at yahoo.com> ---
Comment on attachment 198047
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198047
patch file

+.for f in ${PORTDOCS}
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
+.endfor

No need of for statement when you can do:
(cd ${WRKSRC} && ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR})

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list