diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-24 13:52:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-24 13:52:08 +0000 |
commit | cea904a96058b886d6a3b1926eb56a2f12707cba (patch) | |
tree | 75bc1fe959e544ca25ee255248ae0bb4f7b73ed1 /net/c3270 | |
parent | update distinfo as well (diff) |
Fix package building.
Reported by: pointyhat via kris
Pointyhat to: novel
Diffstat (limited to 'net/c3270')
-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 |