aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-07 10:54:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-07 10:54:37 +0000
commitbbbae368c81967490e9158ce7172f90bc272d772 (patch)
treea7d37e3b339704616338e34d0ec8773106c0a79a /math
parent5c96cea79d878c3cfcf528f8f714ea45e9e01970 (diff)
downloadports-bbbae368c81967490e9158ce7172f90bc272d772.tar.gz
ports-bbbae368c81967490e9158ce7172f90bc272d772.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/vtk-data/Makefile2
-rw-r--r--math/vtk-examples/Makefile2
-rw-r--r--math/vtk-headers/Makefile2
-rw-r--r--math/vtk-java/Makefile2
-rw-r--r--math/vtk-python/Makefile2
-rw-r--r--math/vtk-tcl/Makefile2
-rw-r--r--math/vtk43-headers/Makefile2
7 files changed, 9 insertions, 5 deletions
diff --git a/math/vtk-data/Makefile b/math/vtk-data/Makefile
index 122c805d38c6..7fdfb996657a 100644
--- a/math/vtk-data/Makefile
+++ b/math/vtk-data/Makefile
@@ -18,6 +18,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
do-configure:
+do-patch:
+
do-build:
do-install:
diff --git a/math/vtk-examples/Makefile b/math/vtk-examples/Makefile
index 346033442086..592e836e8d18 100644
--- a/math/vtk-examples/Makefile
+++ b/math/vtk-examples/Makefile
@@ -17,6 +17,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"
+do-patch:
+
do-build:
do-install: install-cnotice
diff --git a/math/vtk-headers/Makefile b/math/vtk-headers/Makefile
index d3e72f3db7a7..5a16342490fc 100644
--- a/math/vtk-headers/Makefile
+++ b/math/vtk-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' \
diff --git a/math/vtk-java/Makefile b/math/vtk-java/Makefile
index 31eeebfe3256..de6aab78b87a 100644
--- a/math/vtk-java/Makefile
+++ b/math/vtk-java/Makefile
@@ -42,7 +42,7 @@ pre-everything::
@${ECHO_MSG} "----------------------------------------------------------------"
.endif
-do-patch: patch-common
+post-patch: patch-common
do-install: install-cnotice install-binaries install-libs
@${ECHO_MSG} "Installing ${DESTJARFILE} to ${JAVAJARDIR} ..."
diff --git a/math/vtk-python/Makefile b/math/vtk-python/Makefile
index 4fcce9864a15..436140c61e72 100644
--- a/math/vtk-python/Makefile
+++ b/math/vtk-python/Makefile
@@ -40,7 +40,7 @@ PLIST_SUB+= VTK_PTH_LOCATION_DIR=${PYTHON_SITELIBDIR}
.include "${MASTERDIR}/Makefile"
-do-patch: patch-common
+post-patch: patch-common
do-install: install-cnotice install-binaries install-libs
@${ECHO_MSG} "Installing vtk site package to ${PREFIX}/lib/vtk/python ..."
diff --git a/math/vtk-tcl/Makefile b/math/vtk-tcl/Makefile
index 9ee8be5af3d4..8bcee258e1d0 100644
--- a/math/vtk-tcl/Makefile
+++ b/math/vtk-tcl/Makefile
@@ -31,7 +31,7 @@ CMAKE_DEFS= -DVTK_WRAP_TCL:BOOL=ON \
.include "${MASTERDIR}/Makefile"
-do-patch: patch-common
+post-patch: patch-common
do-install: install-cnotice install-binaries install-libs
cd ${WRKSRC}/Wrapping/Tcl ; ${MAKE} install
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' \