From ccea4fc2ab12fc3526111fecf577e56795be28b1 Mon Sep 17 00:00:00 2001 From: jgh Date: Thu, 26 Jan 2012 18:39:18 +0000 Subject: - Revert change to PORTDOCS installation in commit 1.13 (Makefile) Suggested by: maintainer Approved by: cress,rene (mentors,implicit) --- devel/dulwich/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel') 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 -- cgit