--- seqan/Makefile 2016-05-10 03:05:23.000000000 +0200 +++ seqan/Makefile 2016-05-23 11:45:17.428005904 +0200 @@ -3,6 +3,7 @@ PORTNAME= seqan PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://packages.seqan.de/seqan-library/ DISTNAME= ${PORTNAME}-library-${PORTVERSION} @@ -22,11 +23,7 @@ DOCS_DESC= Install official API documentation (html) do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/include/${PORTNAME} cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} ./${PORTNAME} ${STAGEDIR}/${PREFIX}/include - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/share/doc/ && ${COPYTREE_SHARE} ./seqan/ ${STAGEDIR}${DOCSDIR}/../ + cd ${WRKSRC} && ${COPYTREE_SHARE} ./share ${STAGEDIR}/${PREFIX} .include --- seqan/pkg-plist 2016-05-10 03:05:23.000000000 +0200 +++ seqan/pkg-plist 2016-05-23 11:37:29.373014440 +0200 @@ -673,6 +673,7 @@ include/seqan/vcf_io/vcf_record.h include/seqan/vcf_io/write_vcf.h include/seqan/version.h +share/cmake/Modules/FindSeqAn.cmake %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.rst %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.rst @@ -1897,5 +1898,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/tag_Nothing.html %%PORTDOCS%%%%DOCSDIR%%/html/variable_BAM_95FLAG_95SUPPLEMENTARY_32_61_320x0800.html %%PORTDOCS%%%%DOCSDIR%%/html/variable_LibraryStoreElementstd.html +share/pkgconfig/seqan-2.pc %%PORTDOCS%%@dir %%DOCSDIR%%/html/docs/seqan %%PORTDOCS%%@dir %%DOCSDIR%%/html/lists