- use ${RM}

This commit is contained in:
Dirk Meyer 2003-10-19 12:08:19 +00:00
parent 74cdf3042f
commit 52c08a9ae0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91670

View file

@ -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>