aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:34 +0800
commit615f0da8a1851ac620edeabc73458515a7e0cc0b (patch)
tree540b46c59ad410fc9ad13307888b3e76f60b5aa5 /textproc
parente202f3820c2fb41cfa893d95c3e5b9e683f77e38 (diff)
downloadfreebsd-ports-gnome-615f0da8a1851ac620edeabc73458515a7e0cc0b.tar.gz
freebsd-ports-gnome-615f0da8a1851ac620edeabc73458515a7e0cc0b.tar.zst
freebsd-ports-gnome-615f0da8a1851ac620edeabc73458515a7e0cc0b.zip
- Convert to new test framework
Diffstat (limited to 'textproc')
-rw-r--r--textproc/confget/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index bfcb287f1923..8e7f4b0b8278 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -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>