aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-19 20:08:19 +0800
committerdinoex <dinoex@FreeBSD.org>2003-10-19 20:08:19 +0800
commitd429933867cf0c1c990e1465cc4a7bfcb5b7739c (patch)
tree437304fab817bf3cfa4b4e4d207ae859270ca954 /misc
parentc15e3c7c13ed8d33f17a66e37667f7dd422d10e8 (diff)
downloadfreebsd-ports-graphics-d429933867cf0c1c990e1465cc4a7bfcb5b7739c.tar.gz
freebsd-ports-graphics-d429933867cf0c1c990e1465cc4a7bfcb5b7739c.tar.zst
freebsd-ports-graphics-d429933867cf0c1c990e1465cc4a7bfcb5b7739c.zip
- 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 abeea7aab32..dbe5a1999bb 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>