Date: Tue, 19 Jan 2021 09:56:15 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562040 - head/biology/bioparser Message-ID: <202101190956.10J9uFRI078840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jan 19 09:56:15 2021 New Revision: 562040 URL: https://svnweb.freebsd.org/changeset/ports/562040 Log: biology/bioparser: Cosmetic changes Modified: head/biology/bioparser/Makefile Modified: head/biology/bioparser/Makefile ============================================================================== --- head/biology/bioparser/Makefile Tue Jan 19 09:49:53 2021 (r562039) +++ head/biology/bioparser/Makefile Tue Jan 19 09:56:15 2021 (r562040) @@ -5,7 +5,7 @@ DISTVERSION= 3.0.12 CATEGORIES= biology devel MAINTAINER= yuri@FreeBSD.org -COMMENT= C++ header only parsing library for several formats in bioinformatics +COMMENT= C++ header-only parsing library for several formats in bioinformatics LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -20,20 +20,20 @@ GH_TUPLE= rvaser:biosoup:e2b39f1:biosoup/vendor/biosou NO_ARCH= yes -PLIST_FILES= include/bioparser/fasta_parser.hpp \ - include/bioparser/fastq_parser.hpp \ - include/bioparser/mhap_parser.hpp \ - include/bioparser/paf_parser.hpp \ - include/bioparser/parser.hpp \ - include/bioparser/sam_parser.hpp +PLIST_FILES= include/${PORTNAME}/fasta_parser.hpp \ + include/${PORTNAME}/fastq_parser.hpp \ + include/${PORTNAME}/mhap_parser.hpp \ + include/${PORTNAME}/paf_parser.hpp \ + include/${PORTNAME}/parser.hpp \ + include/${PORTNAME}/sam_parser.hpp do-install: cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include do-test: @cd ${BUILD_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Dbioparser_build_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -D${PORTNAME}_build_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ - ${BUILD_WRKSRC}/bin/bioparser_test + ${BUILD_WRKSRC}/bin/${PORTNAME}_test .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101190956.10J9uFRI078840>