Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 18:00:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398597 - head/databases/pgsphere
Message-ID:  <201510041800.t94I0O14041860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041800.t94I0O14041860>