aboutsummaryrefslogtreecommitdiff
path: root/databases/pgsphere
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-27 02:16:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-27 02:16:24 +0000
commit4b29e6e6c988fbc6dfab93e92f4ac696ae30b238 (patch)
tree20175bb2a9ec24ccaa16c2cb0fdafbcc75c18405 /databases/pgsphere
parent0a3d77246c9f09d123d9b5377903ef22abe0f497 (diff)
downloadports-4b29e6e6c988fbc6dfab93e92f4ac696ae30b238.tar.gz
ports-4b29e6e6c988fbc6dfab93e92f4ac696ae30b238.zip
Notes
Diffstat (limited to 'databases/pgsphere')
-rw-r--r--databases/pgsphere/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile
index fbd3bc552e42..eb467428c4ce 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -26,7 +26,6 @@ PLIST_FILES= lib/postgresql/pg_sphere.so \
%%DATADIR%%/contrib/pg_sphere.sql
PLIST_DIRSTRY= %%DATADIR%%/contrib
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -37,7 +36,7 @@ PLIST_DIRS+= %%DOCSDIR%%/contrib
MAKE_ARGS+= DOCS=""
.endif
-#regression-test test: build
-# @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck
+regression-test test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} installcheck
.include <bsd.port.mk>