1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix damage on slave ports from recent change in master port

Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
This commit is contained in:
Pav Lucistnik 2004-11-07 10:54:37 +00:00
parent 5c96cea79d
commit bbbae368c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121032
7 changed files with 9 additions and 5 deletions

View File

@ -18,6 +18,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
do-configure:
do-patch:
do-build:
do-install:

View File

@ -17,6 +17,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"
do-patch:
do-build:
do-install: install-cnotice

View File

@ -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' \

View File

@ -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} ..."

View File

@ -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 ..."

View File

@ -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

View File

@ -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' \