diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-07-03 09:08:26 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-07-03 09:08:26 +0000 |
commit | 6d6802e97f7769b81679b2f33363bd48b4587efd (patch) | |
tree | d5d242d7d51db414b3dcdb25b9c79d998d34ab57 /biology/fasta | |
parent | 94bae20f0b65582765f8aa2eef20f270eca35522 (diff) | |
download | ports-6d6802e97f7769b81679b2f33363bd48b4587efd.tar.gz ports-6d6802e97f7769b81679b2f33363bd48b4587efd.zip |
Notes
Diffstat (limited to 'biology/fasta')
-rw-r--r-- | biology/fasta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/fasta/Makefile b/biology/fasta/Makefile index 4bd56b4605bf..cc5e4089b90e 100644 --- a/biology/fasta/Makefile +++ b/biology/fasta/Makefile @@ -40,7 +40,7 @@ post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${FASTA_DOCDIR} .for docfile in ${FASTA_DOCS} - @ ${INSTALL_MAN} ${WRKSRC}/${docfile} ${FASTA_DOCDIR} + @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${FASTA_DOCDIR} .endfor .endif |