- Use MAKE_CMD

- Reenable regression-test:
- Support STAGEDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-12-27 02:16:24 +00:00
parent 0a3d77246c
commit 4b29e6e6c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337637

View file

@ -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>