Skip to content

Commit

Permalink
cmake: fixup post-patch to be +docs specific
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld committed Feb 4, 2021
1 parent 65347a6 commit 71b33ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/cmake/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ if {${subport} eq ${name}} {
port:py${PYTHON_VERSION_NO_DOT}-sphinxcontrib-qthelp \
port:py${PYTHON_VERSION_NO_DOT}-sphinxcontrib-serializinghtml \
port:py${PYTHON_VERSION_NO_DOT}-sphinxcontrib-websupport
}

post-patch {
reinplace "s|__PYTHON_VERSION_WITH_DOT__|${PYTHON_VERSION_WITH_DOT}|g" ${worksrcpath}/macports.cmake
post-patch {
reinplace "s|__PYTHON_VERSION_WITH_DOT__|${PYTHON_VERSION_WITH_DOT}|g" ${worksrcpath}/macports.cmake
}
}
}

0 comments on commit 71b33ce

Please sign in to comment.