diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-27 02:39:18 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-27 02:39:18 +0800 |
commit | ccea4fc2ab12fc3526111fecf577e56795be28b1 (patch) | |
tree | 3ecd158b035dcf72667e85167844eefac1f32de7 /devel | |
parent | 734fbe2f02c55075d3b7a47737988f7c843851a7 (diff) | |
download | freebsd-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/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> |