diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:56:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:56:34 +0800 |
commit | 615f0da8a1851ac620edeabc73458515a7e0cc0b (patch) | |
tree | 540b46c59ad410fc9ad13307888b3e76f60b5aa5 /textproc | |
parent | e202f3820c2fb41cfa893d95c3e5b9e683f77e38 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |