diff options
Diffstat (limited to 'devel/pythontidy/Makefile')
-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} |