View | Details | Raw Unified | Return to bug 209710 | Differences between
and this patch

Collapse All | Expand All

(-)seqan/Makefile (-5 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	seqan
4
PORTNAME=	seqan
5
PORTVERSION=	2.1.1
5
PORTVERSION=	2.1.1
6
PORTREVISION=   1
6
CATEGORIES=	biology
7
CATEGORIES=	biology
7
MASTER_SITES=	http://packages.seqan.de/seqan-library/
8
MASTER_SITES=	http://packages.seqan.de/seqan-library/
8
DISTNAME=	${PORTNAME}-library-${PORTVERSION}
9
DISTNAME=	${PORTNAME}-library-${PORTVERSION}
Lines 22-32 Link Here
22
DOCS_DESC=	Install official API documentation (html)
23
DOCS_DESC=	Install official API documentation (html)
23
24
24
do-install:
25
do-install:
25
	${MKDIR} ${STAGEDIR}/${PREFIX}/include/${PORTNAME}
26
	cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} ./${PORTNAME} ${STAGEDIR}/${PREFIX}/include
26
	cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} ./${PORTNAME} ${STAGEDIR}/${PREFIX}/include
27
27
	cd ${WRKSRC} && ${COPYTREE_SHARE} ./share ${STAGEDIR}/${PREFIX}
28
post-install:
29
	${MKDIR} ${STAGEDIR}${DOCSDIR}
30
	cd ${WRKSRC}/share/doc/ && ${COPYTREE_SHARE} ./seqan/ ${STAGEDIR}${DOCSDIR}/../
31
28
32
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)seqan/pkg-plist (+2 lines)
Lines 673-678 Link Here
673
include/seqan/vcf_io/vcf_record.h
673
include/seqan/vcf_io/vcf_record.h
674
include/seqan/vcf_io/write_vcf.h
674
include/seqan/vcf_io/write_vcf.h
675
include/seqan/version.h
675
include/seqan/version.h
676
share/cmake/Modules/FindSeqAn.cmake
676
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.rst
677
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.rst
677
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
678
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
678
%%PORTDOCS%%%%DOCSDIR%%/README.rst
679
%%PORTDOCS%%%%DOCSDIR%%/README.rst
Lines 1897-1901 Link Here
1897
%%PORTDOCS%%%%DOCSDIR%%/html/tag_Nothing.html
1898
%%PORTDOCS%%%%DOCSDIR%%/html/tag_Nothing.html
1898
%%PORTDOCS%%%%DOCSDIR%%/html/variable_BAM_95FLAG_95SUPPLEMENTARY_32_61_320x0800.html
1899
%%PORTDOCS%%%%DOCSDIR%%/html/variable_BAM_95FLAG_95SUPPLEMENTARY_32_61_320x0800.html
1899
%%PORTDOCS%%%%DOCSDIR%%/html/variable_LibraryStoreElementstd.html
1900
%%PORTDOCS%%%%DOCSDIR%%/html/variable_LibraryStoreElementstd.html
1901
share/pkgconfig/seqan-2.pc
1900
%%PORTDOCS%%@dir %%DOCSDIR%%/html/docs/seqan
1902
%%PORTDOCS%%@dir %%DOCSDIR%%/html/docs/seqan
1901
%%PORTDOCS%%@dir %%DOCSDIR%%/html/lists
1903
%%PORTDOCS%%@dir %%DOCSDIR%%/html/lists

Return to bug 209710