diff options
author | wjv <wjv@FreeBSD.org> | 2001-07-03 17:08:26 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-07-03 17:08:26 +0800 |
commit | d1975b5f6c2ee6969bc3c6f3ce1f7144ff5615f3 (patch) | |
tree | f166f0c17fb609eaf8721a46657f99c5d221162a /biology/fasta3 | |
parent | aba428542fb7b0997a2b53deb8811d5a00683628 (diff) | |
download | freebsd-ports-gnome-d1975b5f6c2ee6969bc3c6f3ce1f7144ff5615f3.tar.gz freebsd-ports-gnome-d1975b5f6c2ee6969bc3c6f3ce1f7144ff5615f3.tar.zst freebsd-ports-gnome-d1975b5f6c2ee6969bc3c6f3ce1f7144ff5615f3.zip |
Replace erroneous usage of INSTALL_MAN with INSTALL_DATA.
PR: 28666
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'biology/fasta3')
-rw-r--r-- | biology/fasta3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/fasta3/Makefile b/biology/fasta3/Makefile index a7d91cdb2236..3c0523f5afab 100644 --- a/biology/fasta3/Makefile +++ b/biology/fasta3/Makefile @@ -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) |