mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
devel/ignition-common: Change PLIST_SUB+= -> PLIST_SUB=
Also add the 'test' target. Reported by: mat
This commit is contained in:
parent
f3c6d80793
commit
c19018d7c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485525
@ -32,6 +32,12 @@ BB_COMMIT= a5c4d5a35bb8
|
||||
|
||||
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
|
||||
|
||||
PLIST_SUB+= COMMON_IGN_VER=common${DISTVERSION:R:R}
|
||||
PLIST_SUB= COMMON_IGN_VER=common${DISTVERSION:R:R}
|
||||
|
||||
do-test:
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING=ON ${CMAKE_SOURCE_PATH} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user