- use ${RM}
This commit is contained in:
parent
74cdf3042f
commit
52c08a9ae0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91670
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ post-install:
|
|||
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
|
||||
.endfor
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
|
||||
rm -rf /root/GNUstep
|
||||
${RM} -rf /root/GNUstep
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue