diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgsphere/Makefile | 5 |
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> |