diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-25 11:49:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-25 11:49:56 +0000 |
commit | 1c7cd4a711a38e6e14a61b90b00261a0ae70abc6 (patch) | |
tree | bd96a1c46ee67dba0ff88cd0942b0e517f1440e3 /net-p2p/ctorrent | |
parent | 18e348ce01b4e381d89245bb7cc3cf80cd0a511e (diff) | |
download | ports-1c7cd4a711a38e6e14a61b90b00261a0ae70abc6.tar.gz ports-1c7cd4a711a38e6e14a61b90b00261a0ae70abc6.zip |
Notes
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 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> |