summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-07 18:18:17 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-07 18:18:17 +0000
commit1d8ca425a76be2ee4a83db36dd1349b77b7162e0 (patch)
tree93aaae556b0dd4eca960862df76d9ac0cdda720f /devel
parentdevel/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/Makefile2
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}