svn commit: r439376 - head/databases/lmdb

Pietro Cerutti gahr at FreeBSD.org
Tue Apr 25 12:40:52 UTC 2017


Author: gahr
Date: Tue Apr 25 12:40:50 2017
New Revision: 439376
URL: https://svnweb.freebsd.org/changeset/ports/439376

Log:
  databases/lmdb: remove useless TEST_TARGET
  
  Reported by:	mat

Modified:
  head/databases/lmdb/Makefile

Modified: head/databases/lmdb/Makefile
==============================================================================
--- head/databases/lmdb/Makefile	Tue Apr 25 12:26:34 2017	(r439375)
+++ head/databases/lmdb/Makefile	Tue Apr 25 12:40:50 2017	(r439376)
@@ -27,8 +27,6 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME:tu}
 
-TEST_TARGET=	do-test
-
 post-install:
 	${LN} -sf liblmdb.so.0 ${STAGEDIR}${PREFIX}/lib/liblmdb.so
 


More information about the svn-ports-head mailing list