Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 03:34:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232189] New port: mail/s-nail Send and receive Internet mail
Message-ID:  <bug-232189-7788-l58N40Mx3q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232189-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232189-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232189

Nathan <ndowens@yahoo.com> changed:

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

--- Comment #1 from Nathan <ndowens@yahoo.com> ---
Comment on attachment 198047
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198047
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})

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232189-7788-l58N40Mx3q>