diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 10:54:37 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 10:54:37 +0000 |
commit | e8b5cfa95c92fb4e05f79f632dda200374726758 (patch) | |
tree | 7766e916d56e933905d213b99cb7d530957a1e62 /math/vtk-tcl | |
parent | 5f24b540de5fc42ba70fd54681fdf482c280ec7c (diff) | |
download | FreeBSD-ports-e8b5cfa95c92fb4e05f79f632dda200374726758.zip FreeBSD-ports-e8b5cfa95c92fb4e05f79f632dda200374726758.tar.gz |
- Fix damage on slave ports from recent change in master port
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'math/vtk-tcl')
-rw-r--r-- | math/vtk-tcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk-tcl/Makefile b/math/vtk-tcl/Makefile index 9ee8be5..8bcee25 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 |