Replace erroneous usage of INSTALL_MAN with INSTALL_DATA.

PR:		28666
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Johann Visagie 2001-07-03 09:08:26 +00:00
parent 94bae20f0b
commit 6d6802e97f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44684
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -41,7 +41,7 @@ post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${FASTA3_DOCDIR}
.for docfile in ${FASTA3_DOCS}
@ ${INSTALL_MAN} ${WRKSRC}/${docfile} ${FASTA3_DOCDIR}
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${FASTA3_DOCDIR}
.endfor
.endif
.if !defined(BATCH)