From 1c7cd4a711a38e6e14a61b90b00261a0ae70abc6 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Sat, 25 Aug 2007 11:49:56 +0000 Subject: [PATCH] Fix install after latest commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: Zahemszky Gábor --- net-p2p/ctorrent/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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