diff options
Diffstat (limited to 'net/c3270/Makefile')
-rw-r--r-- | net/c3270/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index 36a46d6a39b1..aa0f445eac9f 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -119,7 +119,7 @@ post-install: @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/html .for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i} + @${INSTALL_DATA} ${WRKSRC}/html/${i} ${DOCSDIR}/${i} .endfor @${ECHO_MSG} "===> Extra Documentation installed in ${DOCSDIR}/html ." .endif |