svn commit: r358957 - head/net/phamm

William Grzybowski wg at freebsd.org
Mon Jun 23 14:10:25 UTC 2014


On Mon, Jun 23, 2014 at 11:07 AM, Vanilla I. Shu <vanilla at freebsd.org> wrote:
>  .if !defined(NOPORTDOCS)
> -       ${MKDIR} ${DOCSDIR}
> +       ${MKDIR} ${STAGEDIR}${DOCSDIR}
>  .for f in ${PORTDOCS}
> -       ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
> +       ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
>  .endfor
>  .endif

Hi,

You can drop NOPORTDOCS in your canges as well, this is deprecated and
handled automatically by stage.

Cheers,


More information about the svn-ports-head mailing list