svn commit: r398484 - head/devel/swig30

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


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

Log:
  - Convert to new test framework

Modified:
  head/devel/swig30/Makefile

Modified: head/devel/swig30/Makefile
==============================================================================
--- head/devel/swig30/Makefile	Sat Oct  3 17:07:34 2015	(r398483)
+++ head/devel/swig30/Makefile	Sat Oct  3 17:07:39 2015	(r398484)
@@ -23,6 +23,7 @@ CONFIGURE_ARGS=	--program-suffix=${PORTV
 		--with-luaincl=${LUA_INCDIR} \
 		--with-lualib=${LUA_LIBDIR}
 GNU_CONFIGURE=	yes
+TEST_TARGET=	check
 USES=		gmake lua
 
 PLIST_SUB=	MAJOR_VER=${PORTVERSION:R}
@@ -50,7 +51,4 @@ post-install:
 	cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${PORTVERSION}
 	cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION}
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list