summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-08-25 11:49:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-08-25 11:49:56 +0000
commit1c7cd4a711a38e6e14a61b90b00261a0ae70abc6 (patch)
treebd96a1c46ee67dba0ff88cd0942b0e517f1440e3 /net-p2p
parent- Update to 1.66. (diff)
Fix install after latest commit.
Reported by: Zahemszky Gábor
Notes
Notes: svn path=/head/; revision=198282
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ctorrent/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile
index 070513b636e5..aad6ba853bed 100644
--- a/net-p2p/ctorrent/Makefile
+++ b/net-p2p/ctorrent/Makefile
@@ -26,7 +26,9 @@ PORTDOCS= README-DNH.TXT UserGuide
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/
+.endfor
.endif
.include <bsd.port.mk>