aboutsummaryrefslogtreecommitdiffstats
path: root/math/vtk43-headers
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-07 18:54:37 +0800
committerpav <pav@FreeBSD.org>2004-11-07 18:54:37 +0800
commite8b5cfa95c92fb4e05f79f632dda200374726758 (patch)
tree7766e916d56e933905d213b99cb7d530957a1e62 /math/vtk43-headers
parent5f24b540de5fc42ba70fd54681fdf482c280ec7c (diff)
downloadfreebsd-ports-gnome-e8b5cfa95c92fb4e05f79f632dda200374726758.tar.gz
freebsd-ports-gnome-e8b5cfa95c92fb4e05f79f632dda200374726758.tar.zst
freebsd-ports-gnome-e8b5cfa95c92fb4e05f79f632dda200374726758.zip
- Fix damage on slave ports from recent change in master port
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'math/vtk43-headers')
-rw-r--r--math/vtk43-headers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk43-headers/Makefile b/math/vtk43-headers/Makefile
index d3e72f3db7a7..5a16342490fc 100644
--- a/math/vtk43-headers/Makefile
+++ b/math/vtk43-headers/Makefile
@@ -13,7 +13,7 @@ MASTERDIR= ${.CURDIR}/../vtk
.include "${MASTERDIR}/Makefile"
-do-patch:
+post-patch:
# @${REINPLACE_CMD} -E 's|^.*LOAD_CMAKE_EXTENSIONS|#|g' \
# ${VTKSRCDIR}/VTKConfig.cmake.in ${VTKSRCDIR}/UseVTK.cmake.in
@${REINPLACE_CMD} -E 's|lib/vtk\)|lib\)|g ; s|lib/vtk/doxygen|share/vtk/doxygen| ; s|lib/vtk/testing/HeaderTesting.py|share/examples/vtk/Testing/Common/HeaderTesting.py| ; s|lib/vtk/testing|share/examples/vtk/Testing/Common/Tcl|g' \