diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-01-26 18:39:18 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-01-26 18:39:18 +0000 |
commit | 11a64f7904a3bde93ca96dae15a82a7846feeb03 (patch) | |
tree | 6b5e86ddd7eadd0bd2b071758c742189cf570899 /devel/dulwich | |
parent | 390f040db13ad55df55afb5b816f95edf2fa3e15 (diff) | |
download | ports-11a64f7904a3bde93ca96dae15a82a7846feeb03.tar.gz ports-11a64f7904a3bde93ca96dae15a82a7846feeb03.zip |
Notes
Diffstat (limited to 'devel/dulwich')
-rw-r--r-- | devel/dulwich/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index bec7157990d5..cfae42152079 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -38,9 +38,7 @@ post-patch: post-install: .ifndef (NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.mk> |