diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-01-11 01:45:54 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-01-11 01:45:54 +0000 |
commit | 1534deb13552ef801a844068314f1eaa830c211f (patch) | |
tree | 15fc6fce1bd6d0e098fef55c90f1d7cb94f14e1c /net-p2p | |
parent | 7639eebb694e08fa13d0f938aa681cd60fdd5a2d (diff) | |
download | ports-1534deb13552ef801a844068314f1eaa830c211f.tar.gz ports-1534deb13552ef801a844068314f1eaa830c211f.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 2 |
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}/{}" \; && \ |