Clean up commented lines, replace the custom do-test with TEST_TARGET= check

Submitted by:	mat@
This commit is contained in:
Koop Mast 2016-11-21 22:01:20 +00:00
parent cb4f6515de
commit d5849a339e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426761

View File

@ -31,7 +31,6 @@ LLVM_VERSION= 37
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GL= yes
#USES= autoreconf gmake localbase pathfix pkgconfig libtool
USES= gmake localbase ncurses pathfix pkgconfig libtool:keepla
INSTALL_TARGET= install-strip
@ -40,7 +39,6 @@ MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig
CONFIGURE_ENV= LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" \
CLANGXX_FLAGS=-std=gnu++11
#CONFIGURE_ARGS+= --enable-pedantic
# needed for the libltdl configure check
LDFLAGS+= -L${LOCALBASE}/lib
@ -61,7 +59,6 @@ OCLBOOK_ALL_TARGET= check
DEBUG_CONFIGURE_ENABLE= debug
do-test:
cd ${WRKSRC} && ${GMAKE} check
TEST_TARGET= check
.include <bsd.port.mk>