summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-19 12:08:19 +0000
committerdinoex <dinoex@FreeBSD.org>2003-10-19 12:08:19 +0000
commitd429933867cf0c1c990e1465cc4a7bfcb5b7739c (patch)
tree437304fab817bf3cfa4b4e4d207ae859270ca954 /misc
parentc15e3c7c13ed8d33f17a66e37667f7dd422d10e8 (diff)
downloadFreeBSD-ports-d429933867cf0c1c990e1465cc4a7bfcb5b7739c.zip
FreeBSD-ports-d429933867cf0c1c990e1465cc4a7bfcb5b7739c.tar.gz
- use ${RM}
Diffstat (limited to 'misc')
-rw-r--r--misc/gnustep-examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index abeea7a..dbe5a19 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -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>
OpenPOWER on IntegriCloud