aboutsummaryrefslogtreecommitdiff
path: root/biology/fasta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/fasta/Makefile')
-rw-r--r--biology/fasta/Makefile2
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