summaryrefslogtreecommitdiff
path: root/net-p2p/i2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2010-01-11 01:45:54 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2010-01-11 01:45:54 +0000
commit1534deb13552ef801a844068314f1eaa830c211f (patch)
tree15fc6fce1bd6d0e098fef55c90f1d7cb94f14e1c /net-p2p/i2p
parent- Update to 1.02 (diff)
Fix port installation
Notes
Notes: svn path=/head/; revision=247561
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r--net-p2p/i2p/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile
index 35adb55d19e7..e8fc43197588 100644
--- a/net-p2p/i2p/Makefile
+++ b/net-p2p/i2p/Makefile
@@ -81,7 +81,7 @@ do-install:
# doc
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/readme*.html ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/installer/resources/readme/readme*.html ${DOCSDIR}
# line taken from textproc/xerces-j maintained by hq@FreeBSD.org
@cd ${JAVADOC_WRKSRC} && \
${FIND} * -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \