diff options
author | lioux <lioux@FreeBSD.org> | 2010-01-11 09:45:54 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-01-11 09:45:54 +0800 |
commit | 04410856fc566ebcac2a9e0e62baf158c8d5de81 (patch) | |
tree | b1994f725f50b825bca9c780d1d1bfa914baf3ba /net-p2p/i2p | |
parent | 7fb2f95c826cf5e5039812f1eadb846efbabfcf8 (diff) | |
download | freebsd-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/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}/{}" \; && \ |