svn commit: r343457 - head/audio/p5-Shout
Emanuel Haupt
ehaupt at FreeBSD.org
Sun Feb 9 12:16:31 UTC 2014
Mathieu Arnold <mat at FreeBSD.org> wrote:
>
>
> +--On 9 février 2014 11:01:36 +0000 Emanuel Haupt <ehaupt at FreeBSD.org>
> wrote:
> | +.include <bsd.port.options.mk>
> | +
> | post-install:
> | -.ifndef(NOPORTDOCS)
> | - @${MKDIR} ${DOCSDIR}
> | - ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${DOCSDIR}
> | -.endif
> | + ${STRIP_CMD} ${STAGEDIR}
> | ${SITE_PERL}/${PERL_ARCH}/auto/Shout/Shout.so
> | + ${MKDIR} ${STAGEDIR}${DOCSDIR}
> | + ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${STAGEDIR}
> | ${DOCSDIR}
> | .include <bsd.port.mk>
>
> What do you need bsd.port.options.mk for ?
I think it's required for dealing with the conditional installation of:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${STAGEDIR}${DOCSDIR}
Emanuel
More information about the svn-ports-all
mailing list