aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-01-27 02:39:18 +0800
committerjgh <jgh@FreeBSD.org>2012-01-27 02:39:18 +0800
commitccea4fc2ab12fc3526111fecf577e56795be28b1 (patch)
tree3ecd158b035dcf72667e85167844eefac1f32de7 /devel
parent734fbe2f02c55075d3b7a47737988f7c843851a7 (diff)
downloadfreebsd-ports-gnome-ccea4fc2ab12fc3526111fecf577e56795be28b1.tar.gz
freebsd-ports-gnome-ccea4fc2ab12fc3526111fecf577e56795be28b1.tar.zst
freebsd-ports-gnome-ccea4fc2ab12fc3526111fecf577e56795be28b1.zip
- Revert change to PORTDOCS installation in commit 1.13 (Makefile)
Suggested by: maintainer Approved by: cress,rene (mentors,implicit)
Diffstat (limited to 'devel')
-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>