summaryrefslogtreecommitdiff
path: root/math/vtk-examples
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-18 23:30:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-18 23:30:13 +0000
commit1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e (patch)
tree3dbfd735c8826824161ca86ec4188c8fda926fd1 /math/vtk-examples
parentUpdate to 15.7.1 (diff)
Remove trailing whitespaces.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=286031
Diffstat (limited to 'math/vtk-examples')
-rw-r--r--math/vtk-examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk-examples/Makefile b/math/vtk-examples/Makefile
index 6492c95d01fb..58172929cf0e 100644
--- a/math/vtk-examples/Makefile
+++ b/math/vtk-examples/Makefile
@@ -36,7 +36,7 @@ do-install: install-cnotice
.for i in ${VTK_KITS}
@cd ${VTKSRCDIR}/${i}/Testing && \
${FIND} * -type d -exec ${MKDIR} ${TESTINGDIR}/${i}/{} \; && \
- ${FIND} * \! -type d -exec ${INSTALL_DATA} {} ${TESTINGDIR}/${i}/{} \;
+ ${FIND} * \! -type d -exec ${INSTALL_DATA} {} ${TESTINGDIR}/${i}/{} \;
.endfor
@${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README.examples