diff options
| author | John Marino <marino@FreeBSD.org> | 2016-09-05 22:57:56 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-09-05 22:57:56 +0000 |
| commit | db5323ba5828068415366eecaa0b3473faf19637 (patch) | |
| tree | 24b10c4713dafce57a119b7b878514728a4d9fff | |
| parent | Fix the version range for a linux-c6-nss vulnerability. (diff) | |
textproc/cmark: Prevent building port twice when running tests
PR: 212393
submitted by: maintainer
| -rw-r--r-- | textproc/cmark/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/cmark/Makefile b/textproc/cmark/Makefile index 72ed67419b5c..b634672416f5 100644 --- a/textproc/cmark/Makefile +++ b/textproc/cmark/Makefile @@ -16,7 +16,9 @@ GH_ACCOUNT= jgm USES= cmake:outsource python:3,test USE_LDCONFIG= yes + TEST_TARGET= test +TEST_WRKSRC= ${BUILD_WRKSRC} CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man |
