svn commit: r398307 - head/textproc/confget

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:56:35 UTC 2015


Author: sunpoet
Date: Thu Oct  1 15:56:34 2015
New Revision: 398307
URL: https://svnweb.freebsd.org/changeset/ports/398307

Log:
  - Convert to new test framework

Modified:
  head/textproc/confget/Makefile

Modified: head/textproc/confget/Makefile
==============================================================================
--- head/textproc/confget/Makefile	Thu Oct  1 15:56:30 2015	(r398306)
+++ head/textproc/confget/Makefile	Thu Oct  1 15:56:34 2015	(r398307)
@@ -16,6 +16,7 @@ OPTIONS_DEFINE=	EXAMPLES PCRE
 OPTIONS_DEFAULT=PCRE
 
 MAKE_ENV=	CFLAGS_CONF=-DHAVE_FGETLN
+TEST_TARGET=	test
 USES=		gmake
 
 PLIST_FILES=	bin/confget \
@@ -31,7 +32,4 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/confget.1 ${STAGEDIR}${PREFIX}/man/man1/
 	cd ${WRKSRC}/t/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list