diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
commit | eabbfd75e30148b8f686899a638b93547ca83485 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /devel/py-qt5-core/Makefile | |
parent | devel/nspr: update to 4.13.1 (diff) |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=424411
Diffstat (limited to 'devel/py-qt5-core/Makefile')
-rw-r--r-- | devel/py-qt5-core/Makefile | 4 |
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: |