mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Run configure in configure stage
This commit is contained in:
parent
bcd8738843
commit
da728ddf7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463055
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue