summaryrefslogtreecommitdiffstats
path: root/net-p2p/ctorrent
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-08-25 11:49:56 +0000
committerflz <flz@FreeBSD.org>2007-08-25 11:49:56 +0000
commitd4ae5ed76da1d99d11f1e97ccb75c7b85563f598 (patch)
treef8190cc8acbff3e60745c9e3fd51513668c91c8d /net-p2p/ctorrent
parenta7879a4a4fbd168462c6253057ea38febdef97c6 (diff)
downloadFreeBSD-ports-d4ae5ed76da1d99d11f1e97ccb75c7b85563f598.zip
FreeBSD-ports-d4ae5ed76da1d99d11f1e97ccb75c7b85563f598.tar.gz
Fix install after latest commit.
Reported by: Zahemszky Gábor
Diffstat (limited to 'net-p2p/ctorrent')
-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 070513b..aad6ba8 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>
OpenPOWER on IntegriCloud