Index: head/textproc/cmark/Makefile =================================================================== --- head/textproc/cmark/Makefile (revision 421399) +++ head/textproc/cmark/Makefile (revision 421400) @@ -1,25 +1,27 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= cmark PORTVERSION= 0.26.1 CATEGORIES= textproc MAINTAINER= t@tobik.me COMMENT= CommonMark parsing and rendering library and program in C LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes 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 PLIST_SUB= VERSION=${PORTVERSION} .include