diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-07 18:18:17 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-07 18:18:17 +0000 |
| commit | 1d8ca425a76be2ee4a83db36dd1349b77b7162e0 (patch) | |
| tree | 93aaae556b0dd4eca960862df76d9ac0cdda720f /devel | |
| parent | devel/arduino-mk: Update MASTER_SITES and remove BROKEN (diff) | |
Replace do-patch in ports that override it with more appropriate targets
Most ports do not need to override do-patch. It breaks some ports
tree features like EXTRA_PATCH_TREE, etc.
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/pythontidy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pythontidy/Makefile b/devel/pythontidy/Makefile index 2e8785d115fc..ca9b767fe1d6 100644 --- a/devel/pythontidy/Makefile +++ b/devel/pythontidy/Makefile @@ -25,7 +25,7 @@ do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR} -do-patch: +post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ ${WRKDIR}/${DISTFILES} |
