diff options
Diffstat (limited to 'math/vtk5/Makefile')
-rw-r--r-- | math/vtk5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 662e90885ad4..fa2768748f59 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -43,6 +43,7 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME} .if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers" +PATCH_WRKSRC= ${WRKDIR}/VTK WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-build BUILD_DEPENDS+= ${CMAKE}:${PORTSDIR}/devel/cmake @@ -131,7 +132,7 @@ pre-everything:: @${ECHO_MSG} "-------------------------------------------------------------" .endif -do-patch: patch-common +post-patch: patch-common do-install: install-cnotice install-binaries install-libs |