summaryrefslogtreecommitdiff
path: root/devel/py-qt5-core
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-qt5-core')
-rw-r--r--devel/py-qt5-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-qt5-core/Makefile b/devel/py-qt5-core/Makefile
index 14ee561a9785..ce29992893d1 100644
--- a/devel/py-qt5-core/Makefile
+++ b/devel/py-qt5-core/Makefile
@@ -33,9 +33,9 @@ DEBUG_CONFIGURE_ON= --debug --trace
PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}"
post-patch:
.if ${PYTHON_MAJOR_VER} == "2"
- ${RM} -rf ${WRKSRC}/pyuic/uic/port_v3
+ ${RM} -r ${WRKSRC}/pyuic/uic/port_v3
.elif ${PYTHON_MAJOR_VER} == "3"
- ${RM} -rf ${WRKSRC}/pyuic/uic/port_v2
+ ${RM} -r ${WRKSRC}/pyuic/uic/port_v2
.endif
post-install: