diff options
author | flz <flz@FreeBSD.org> | 2007-08-25 11:49:56 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-08-25 11:49:56 +0000 |
commit | d4ae5ed76da1d99d11f1e97ccb75c7b85563f598 (patch) | |
tree | f8190cc8acbff3e60745c9e3fd51513668c91c8d /net-p2p/ctorrent | |
parent | a7879a4a4fbd168462c6253057ea38febdef97c6 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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> |