1
0
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:
Yuri Victorovich 2018-11-21 17:17:39 +00:00
parent f3c6d80793
commit c19018d7c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485525

View File

@ -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>