aboutsummaryrefslogtreecommitdiff
path: root/devel/pythontidy
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pythontidy')
-rw-r--r--devel/pythontidy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pythontidy/Makefile b/devel/pythontidy/Makefile
index 921d9efe0b2e..bb855caf9015 100644
--- a/devel/pythontidy/Makefile
+++ b/devel/pythontidy/Makefile
@@ -30,6 +30,6 @@ do-patch:
${REINPLACE_CMD} -e s,/usr/bin/python,${PYTHON_CMD}, ${WRKDIR}/${DISTFILES}
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} ${TARGETDIR}/bin/pythontidy
+ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} ${PREFIX}/bin/pythontidy
.include <bsd.port.mk>