svn commit: r477788 - head/devel/libruin

Mathieu Arnold mat at FreeBSD.org
Wed Aug 22 22:16:20 UTC 2018


On Wed, Aug 22, 2018 at 02:10:34PM +0000, Steve Wills wrote:
> +
> +.include <bsd.port.options.mk>

This is not needed ^^

> +post-configure:
> +	# Avoid compiling examples, which fails to compile
> +	# As the examples needs the library to be already installed
> +	${REINPLACE_CMD} -e '/^SUBDIRS/s,examples,,' ${WRKSRC}/Makefile
> +
> +do-install-DOCS-on:
> +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
> +	(cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
> +
> +do-install-EXAMPLES-on:
> +	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
> +	(cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR})
>  
>  .include <bsd.port.mk>

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180823/1c62b208/attachment.sig>


More information about the svn-ports-head mailing list