svn commit: r463055 - head/devel/tinycbor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 26 22:29:58 UTC 2018


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}


More information about the svn-ports-head mailing list