diff options
Diffstat (limited to 'devel/dulwich/Makefile')
-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> |