svn commit: r337637 - head/databases/pgsphere

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 27 02:16:25 UTC 2013


Author: sunpoet
Date: Fri Dec 27 02:16:24 2013
New Revision: 337637
URL: http://svnweb.freebsd.org/changeset/ports/337637

Log:
  - Use MAKE_CMD
  - Reenable regression-test:
  - Support STAGEDIR

Modified:
  head/databases/pgsphere/Makefile

Modified: head/databases/pgsphere/Makefile
==============================================================================
--- head/databases/pgsphere/Makefile	Fri Dec 27 02:16:20 2013	(r337636)
+++ head/databases/pgsphere/Makefile	Fri Dec 27 02:16:24 2013	(r337637)
@@ -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>


More information about the svn-ports-all mailing list