aboutsummaryrefslogtreecommitdiff
path: root/devel/dulwich
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-01-26 18:39:18 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-01-26 18:39:18 +0000
commit11a64f7904a3bde93ca96dae15a82a7846feeb03 (patch)
tree6b5e86ddd7eadd0bd2b071758c742189cf570899 /devel/dulwich
parent390f040db13ad55df55afb5b816f95edf2fa3e15 (diff)
downloadports-11a64f7904a3bde93ca96dae15a82a7846feeb03.tar.gz
ports-11a64f7904a3bde93ca96dae15a82a7846feeb03.zip
Notes
Diffstat (limited to 'devel/dulwich')
-rw-r--r--devel/dulwich/Makefile4
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>