mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f234335598
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>
9 lines
319 B
Plaintext
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)
|