aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/i2p
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2010-01-11 09:45:54 +0800
committerlioux <lioux@FreeBSD.org>2010-01-11 09:45:54 +0800
commit04410856fc566ebcac2a9e0e62baf158c8d5de81 (patch)
treeb1994f725f50b825bca9c780d1d1bfa914baf3ba /net-p2p/i2p
parent7fb2f95c826cf5e5039812f1eadb846efbabfcf8 (diff)
downloadfreebsd-ports-gnome-04410856fc566ebcac2a9e0e62baf158c8d5de81.tar.gz
freebsd-ports-gnome-04410856fc566ebcac2a9e0e62baf158c8d5de81.tar.zst
freebsd-ports-gnome-04410856fc566ebcac2a9e0e62baf158c8d5de81.zip
Fix port installation
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}/{}" \; && \