aboutsummaryrefslogtreecommitdiffstats
path: root/math/vtk-examples
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-11-19 07:30:13 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-11-19 07:30:13 +0800
commitc224849c6a95ad6296f292799ed444d84cfea0c0 (patch)
treeda10d5d6c48a96c02fa9efeed892fde293b96ec9 /math/vtk-examples
parent018845f3c62f252d8d6a4afa2e0356566a0e8078 (diff)
downloadfreebsd-ports-gnome-c224849c6a95ad6296f292799ed444d84cfea0c0.tar.gz
freebsd-ports-gnome-c224849c6a95ad6296f292799ed444d84cfea0c0.tar.zst
freebsd-ports-gnome-c224849c6a95ad6296f292799ed444d84cfea0c0.zip
Remove trailing whitespaces.
Feature safe: yes
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