1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to new test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-01 15:56:25 +00:00
parent 8adc37274c
commit 9052cdcc50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398305

View File

@ -19,6 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool
@ -29,7 +30,4 @@ PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk>