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:
parent
5c96cea79d
commit
bbbae368c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121032
@ -18,6 +18,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
|
||||
do-configure:
|
||||
|
||||
do-patch:
|
||||
|
||||
do-build:
|
||||
|
||||
do-install:
|
||||
|
@ -17,6 +17,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
do-patch:
|
||||
|
||||
do-build:
|
||||
|
||||
do-install: install-cnotice
|
||||
|
@ -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' \
|
||||
|
@ -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} ..."
|
||||
|
@ -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 ..."
|
||||
|
@ -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
|
||||
|
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user