1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/biology/seqan/files/patch-cmake-apps-CMakeLists.txt
Dmitry Marakasov f234335598 SeqAn is an open source C++ library of efficient algorithms
and data structures for the analysis of sequences with the
focus on biological data. The library is licensed under the
3-clause BSD license except the applications which are GPL.

WWW: http://www.seqan.de/

PR:		167571
Submitted by:	Hannes <h2+fbsdports@fsfe.org>
2012-06-06 17:51:33 +00:00

9 lines
319 B
Plaintext

--- cmake/apps/CMakeLists.txt.orig 2012-05-04 11:12:35.000000000 +0800
+++ cmake/apps/CMakeLists.txt 2012-05-04 11:23:26.000000000 +0800
@@ -108,4 +108,4 @@
# Install RazerS gapped parameters.
install(DIRECTORY ${SEQAN_LIBRARY}/apps/razers2/gapped_params
- DESTINATION bin)
+ DESTINATION share/seqan)