diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-07-17 09:12:47 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-07-17 09:12:47 +0000 |
commit | b619f75ec06b33c45ea00105ba2a3a9afe35ffd8 (patch) | |
tree | 1474b41a113b34fa0951b2835b1dce647f50b6ba /devel/py-coro | |
parent | 4e4ffa22f24f4c58db3725bd16d78b03fd863b53 (diff) |
Notes
Diffstat (limited to 'devel/py-coro')
-rw-r--r-- | devel/py-coro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-coro/Makefile b/devel/py-coro/Makefile index f1f2af48e29e..d229e39ca70e 100644 --- a/devel/py-coro/Makefile +++ b/devel/py-coro/Makefile @@ -47,7 +47,7 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/py-coro .for i in ${CORO_DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/py-coro + ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/share/doc/py-coro .endfor .endif |