aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-09-06 16:58:11 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-09-06 19:27:28 +0000
commit91e9ee8c70bc1d2309df300916da6442b6987050 (patch)
treee022b8238ea9c8267c829a3a62bbd2945d0cb39b /net-im
parent1090228081229fa88d9c8d3f1390276ae3584426 (diff)
downloadports-91e9ee8c70bc1d2309df300916da6442b6987050.tar.gz
ports-91e9ee8c70bc1d2309df300916da6442b6987050.zip
*: Clean up some things
- Fix typos - Remove nop or unreferenced variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tdlib/Makefile b/net-im/tdlib/Makefile
index 45382c5f1cf0..84f4692965f5 100644
--- a/net-im/tdlib/Makefile
+++ b/net-im/tdlib/Makefile
@@ -16,7 +16,7 @@ GH_TAGNAME= f8ab675
CMAKE_OFF= BUILD_TESTING FREEBSD_BUILD_BENCHMARKS
-xdo-test:
+do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \