diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-18 19:20:01 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-18 19:20:01 +0800 |
commit | fd3e11549acc2deec0bfad5984b55ddb2340b6b9 (patch) | |
tree | 3530a268f362b9101a3287d89efeac7191a1a524 /textproc | |
parent | e59320ed694859b863e7c3b060a2e8e69644cd20 (diff) | |
download | freebsd-ports-graphics-fd3e11549acc2deec0bfad5984b55ddb2340b6b9.tar.gz freebsd-ports-graphics-fd3e11549acc2deec0bfad5984b55ddb2340b6b9.tar.zst freebsd-ports-graphics-fd3e11549acc2deec0bfad5984b55ddb2340b6b9.zip |
Adjust TEST_WRKSRC for USES=[cq]make:outsource
Approved by: rakuco
Differential Revision: https://reviews.freebsd.org/D8274
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cmark/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/cmark/Makefile b/textproc/cmark/Makefile index b634672416f..d01f8a487e4 100644 --- a/textproc/cmark/Makefile +++ b/textproc/cmark/Makefile @@ -18,7 +18,6 @@ USES= cmake:outsource python:3,test USE_LDCONFIG= yes TEST_TARGET= test -TEST_WRKSRC= ${BUILD_WRKSRC} CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man |