diff options
author | marino <marino@FreeBSD.org> | 2016-09-06 06:57:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-06 06:57:56 +0800 |
commit | 75801be2d6bf674c7176bba0120e0e9979054108 (patch) | |
tree | 24b10c4713dafce57a119b7b878514728a4d9fff | |
parent | f8ef70fb4345b102eb58f2c4e294e6619bf7696a (diff) | |
download | freebsd-ports-gnome-75801be2d6bf674c7176bba0120e0e9979054108.tar.gz freebsd-ports-gnome-75801be2d6bf674c7176bba0120e0e9979054108.tar.zst freebsd-ports-gnome-75801be2d6bf674c7176bba0120e0e9979054108.zip |
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 |