diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-19 20:08:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-19 20:08:19 +0800 |
commit | d429933867cf0c1c990e1465cc4a7bfcb5b7739c (patch) | |
tree | 437304fab817bf3cfa4b4e4d207ae859270ca954 /misc | |
parent | c15e3c7c13ed8d33f17a66e37667f7dd422d10e8 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |