diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 18:54:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 18:54:37 +0800 |
commit | e8b5cfa95c92fb4e05f79f632dda200374726758 (patch) | |
tree | 7766e916d56e933905d213b99cb7d530957a1e62 /math | |
parent | 5f24b540de5fc42ba70fd54681fdf482c280ec7c (diff) | |
download | freebsd-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')
-rw-r--r-- | math/vtk-data/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-examples/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-headers/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-java/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-python/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-tcl/Makefile | 2 | ||||
-rw-r--r-- | math/vtk43-headers/Makefile | 2 |
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' \ |