aboutsummaryrefslogtreecommitdiff
path: root/net/c3270
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-04-24 13:52:08 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-04-24 13:52:08 +0000
commitcea904a96058b886d6a3b1926eb56a2f12707cba (patch)
tree75bc1fe959e544ca25ee255248ae0bb4f7b73ed1 /net/c3270
parentc68a3fdcc720f280eb66bf4534207846c22ebaae (diff)
downloadports-cea904a96058b886d6a3b1926eb56a2f12707cba.tar.gz
ports-cea904a96058b886d6a3b1926eb56a2f12707cba.zip
Fix package building.
Reported by: pointyhat via kris Pointyhat to: novel
Notes
Notes: svn path=/head/; revision=134059
Diffstat (limited to 'net/c3270')
-rw-r--r--net/c3270/Makefile2
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