svn commit: r398478 - head/devel/glog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:07:11 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:07:10 2015
New Revision: 398478
URL: https://svnweb.freebsd.org/changeset/ports/398478

Log:
  - Convert to new test framework

Modified:
  head/devel/glog/Makefile

Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile	Sat Oct  3 17:07:06 2015	(r398477)
+++ head/devel/glog/Makefile	Sat Oct  3 17:07:10 2015	(r398478)
@@ -19,6 +19,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		execinfo libtool pathfix
 
@@ -30,7 +31,4 @@ USE_GITHUB=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^docdir = / s| = .*| = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list