diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-27 10:16:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-27 10:16:24 +0800 |
commit | a1cef5096282dd52438a005efbc94869d5c7455d (patch) | |
tree | 20175bb2a9ec24ccaa16c2cb0fdafbcc75c18405 /databases | |
parent | ae2e0c9998cf9ab059ce3e0a1ac23f7cdb4447ea (diff) | |
download | freebsd-ports-gnome-a1cef5096282dd52438a005efbc94869d5c7455d.tar.gz freebsd-ports-gnome-a1cef5096282dd52438a005efbc94869d5c7455d.tar.zst freebsd-ports-gnome-a1cef5096282dd52438a005efbc94869d5c7455d.zip |
- Use MAKE_CMD
- Reenable regression-test:
- Support STAGEDIR
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> |