svn commit: r398597 - head/databases/pgsphere

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 18:00:24 UTC 2015


Author: sunpoet
Date: Sun Oct  4 18:00:23 2015
New Revision: 398597
URL: https://svnweb.freebsd.org/changeset/ports/398597

Log:
  - Convert to new test framework

Modified:
  head/databases/pgsphere/Makefile

Modified: head/databases/pgsphere/Makefile
==============================================================================
--- head/databases/pgsphere/Makefile	Sun Oct  4 18:00:19 2015	(r398596)
+++ head/databases/pgsphere/Makefile	Sun Oct  4 18:00:23 2015	(r398597)
@@ -18,6 +18,7 @@ OPTIONS_DEFINE=	DOCS
 MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
 		docdir=${DOCSDIR} \
 		install_bin=/usr/bin/install
+TEST_TARGET=	installcheck
 USE_LDCONFIG=	yes
 USES=		gmake pgsql
 
@@ -36,7 +37,4 @@ post-patch:
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_sphere.so
 
-regression-test test: build
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} installcheck
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list