Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 02:16:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337637 - head/databases/pgsphere
Message-ID:  <201312270216.rBR2GOo1091892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312270216.rBR2GOo1091892>