Date: Mon, 26 Feb 2018 22:29:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463055 - head/devel/tinycbor Message-ID: <201802262229.w1QMTteS020967@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 26 22:29:55 2018 New Revision: 463055 URL: https://svnweb.freebsd.org/changeset/ports/463055 Log: Run configure in configure stage Modified: head/devel/tinycbor/Makefile Modified: head/devel/tinycbor/Makefile ============================================================================== --- head/devel/tinycbor/Makefile Mon Feb 26 22:29:50 2018 (r463054) +++ head/devel/tinycbor/Makefile Mon Feb 26 22:29:55 2018 (r463055) @@ -23,6 +23,9 @@ GH_ACCOUNT= intel GH_PROJECT= tinycbor USE_GITHUB= yes +do-configure: + @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure + post-install: ${INSTALL_DATA} ${WRKSRC}/src/tinycbor-version.h ${STAGEDIR}${PREFIX}/include/tinycbor/tinycbor-version.h ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtinycbor.so.${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802262229.w1QMTteS020967>