aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-05 02:00:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-05 02:00:23 +0800
commit1e8b8da98524ccdc8143c382bc2be671f46d0f39 (patch)
tree01863ac3a80ce8935a4a82d3331acc9d77447c30 /databases
parentfd4373a533eaeb9e1cdbb9a24dcd1320382fb0ae (diff)
downloadfreebsd-ports-gnome-1e8b8da98524ccdc8143c382bc2be671f46d0f39.tar.gz
freebsd-ports-gnome-1e8b8da98524ccdc8143c382bc2be671f46d0f39.tar.zst
freebsd-ports-gnome-1e8b8da98524ccdc8143c382bc2be671f46d0f39.zip
- Convert to new test framework
Diffstat (limited to 'databases')
-rw-r--r--databases/pgsphere/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile
index 001f3cf58a17..f06ceb76fea9 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -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>