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/vtk-python | |
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/vtk-python')
-rw-r--r-- | math/vtk-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ..." |