aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-04-24 21:52:08 +0800
committernovel <novel@FreeBSD.org>2005-04-24 21:52:08 +0800
commitdd5bd171e2623a93d82bc5623bcde75ec7d015fe (patch)
treec23b3150245e6c0aa28c104f1bc3c586c71d7127 /net
parent185408e04e76ddccb1e2e003802b44bdaf660cb1 (diff)
downloadfreebsd-ports-gnome-dd5bd171e2623a93d82bc5623bcde75ec7d015fe.tar.gz
freebsd-ports-gnome-dd5bd171e2623a93d82bc5623bcde75ec7d015fe.tar.zst
freebsd-ports-gnome-dd5bd171e2623a93d82bc5623bcde75ec7d015fe.zip
Fix package building.
Reported by: pointyhat via kris Pointyhat to: novel
Diffstat (limited to 'net')
-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