diff options
Diffstat (limited to 'security/i2p/Makefile')
-rw-r--r-- | security/i2p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/i2p/Makefile b/security/i2p/Makefile index aa97e40fea1e..ab5d31b5a287 100644 --- a/security/i2p/Makefile +++ b/security/i2p/Makefile @@ -91,7 +91,7 @@ do-install: # line taken from textproc/xerces-j maintained by hq@FreeBSD.org @cd ${JAVADOC_WRKSRC} && \ ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${DOCSDIR}/{}" \; && \ - ${FIND} * -not -type d -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${DOCSDIR}/{}" \; + ${FIND} * -not -type d -exec ${INSTALL_DATA} {} "${STAGEDIR}${DOCSDIR}/{}" \; .endif .include <bsd.port.post.mk> |