summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-25 03:47:49 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-25 03:47:49 +0000
commit0abf696a911d31e70873aad77f90e39248fd21e7 (patch)
tree2a34acf57caf558622582ff1459c5adae40dc353 /math
parent- Add libcddb-doc (diff)
Fix plist error - only create example directories when WITH_TESTING is set.
Reported by: pointykris Approved by: clement (mentor, implicit)
Notes
Notes: svn path=/head/; revision=134097
Diffstat (limited to 'math')
-rw-r--r--math/vtk-java/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk-java/Makefile b/math/vtk-java/Makefile
index 78d5545f3dfd..0d026963b6c4 100644
--- a/math/vtk-java/Makefile
+++ b/math/vtk-java/Makefile
@@ -65,10 +65,10 @@ do-install: install-cnotice install-binaries install-libs
@${ECHO_MSG} "Installing ${DESTJARFILE} to ${JAVAJARDIR} ..."
@${INSTALL_DATA} ${WRKSRC}/bin/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE}
+.if defined(WITH_TESTING)
@${MKDIR} ${EXAMPLESDIR}
@${MKDIR} ${TESTINGDIR}
@${MKDIR} ${TESTINGDIR}/Java
-.if defined(WITH_TESTING)
@${ECHO_MSG} "Installing Java tests to ${TESTINGDIR}/Java ..."
.for i in AxesActor SimpleVTK TestVTKCanvas TestInternalFrames ImagePlaneWidget
@${INSTALL_DATA} ${WRKSRC}/Wrapping/Java/${i}*.class ${TESTINGDIR}/Java