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 /lang/clang35 | |
parent | f51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff) | |
download | ports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz ports-eabbfd75e30148b8f686899a638b93547ca83485.zip |
Notes
Diffstat (limited to 'lang/clang35')
-rw-r--r-- | lang/clang35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clang35/Makefile b/lang/clang35/Makefile index c1ad8e30a1e9..e2c5cf359370 100644 --- a/lang/clang35/Makefile +++ b/lang/clang35/Makefile @@ -100,7 +100,7 @@ pre-fetch: .endif post-extract: - ${RM} -f ${BUILD_WRKSRC} + ${RM} ${BUILD_WRKSRC} ${MV} ${WRKDIR}/${CLANG_EXTRACT} ${BUILD_WRKSRC} post-patch: @@ -176,7 +176,7 @@ PLIST_DIR_LIST= include/clang \ lib/python build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}%%LLVM_SUFFIX%% >> ${PLIST} .endfor |