mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Updated to fix problems as stated in PR ports/42915
PR: ports/42915 Submitted by: Tony Maher <tonym@biolateral.com.au>
This commit is contained in:
parent
3d4422bc7a
commit
2e9537a130
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69663
@ -40,6 +40,7 @@ do-install:
|
||||
.for file in ${DOCUMENTS}
|
||||
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
@${RMDIR} ${WRKDIR}/${DISTNAME}/test/primer*_list_tmp
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@cd ${WRKDIR}/${DISTNAME}/test && ${FIND} * | \
|
||||
${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
|
||||
|
41
biology/primer3/pkg-message
Normal file
41
biology/primer3/pkg-message
Normal file
@ -0,0 +1,41 @@
|
||||
Copyright (c) 1996,1997,1998
|
||||
Whitehead Institute for Biomedical Research. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions must reproduce the above copyright notice, this
|
||||
list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution. Redistributions of
|
||||
source code must also reproduce this information in the source code itself.
|
||||
|
||||
2. If the program is modified, redistributions must include a notice
|
||||
(in the same places as above) indicating that the redistributed program is
|
||||
not identical to the version distributed by Whitehead Institute.
|
||||
|
||||
3. All advertising materials mentioning features or use of this
|
||||
software must display the following acknowledgment:
|
||||
This product includes software developed by the
|
||||
Whitehead Institute for Biomedical Research.
|
||||
|
||||
4. The name of the Whitehead Institute may not be used to endorse or
|
||||
promote products derived from this software without specific prior written
|
||||
permission.
|
||||
|
||||
We also request that use of this software be cited in publications as
|
||||
|
||||
Steve Rozen, Helen J. Skaletsky (1996,1997,1998)
|
||||
Primer3. Code available at
|
||||
http://www-genome.wi.mit.edu/genome_software/other/primer3.html
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE WHITEHEAD INSTITUTE ``AS IS'' AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE WHITEHEAD INSTITUTE BE LIABLE FOR ANY
|
||||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
@ -353,8 +353,6 @@ share/primer3/primer3_www_results_help.html
|
||||
@dirrm share/primer3
|
||||
%%PORTDOCS%%@dirrm share/doc/primer3/
|
||||
%%PORTDOCS%%@dirrm share/examples/primer3/primer1_list_last
|
||||
%%PORTDOCS%%@dirrm share/examples/primer3/primer1_list_tmp
|
||||
%%PORTDOCS%%@dirrm share/examples/primer3/primer_global_err
|
||||
%%PORTDOCS%%@dirrm share/examples/primer3/primer_list_last
|
||||
%%PORTDOCS%%@dirrm share/examples/primer3/primer_list_tmp
|
||||
%%PORTDOCS%%@dirrm share/examples/primer3/
|
||||
|
Loading…
Reference in New Issue
Block a user