diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-19 12:08:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-19 12:08:19 +0000 |
commit | 52c08a9ae0b905212f516876864c49714217fa57 (patch) | |
tree | 053ffdc8a86c45395b668f48f9e827b2d85d7b80 /misc/gnustep-examples | |
parent | 74cdf3042fb984aa975ba71c69ee1f750f21e373 (diff) | |
download | ports-52c08a9ae0b905212f516876864c49714217fa57.tar.gz ports-52c08a9ae0b905212f516876864c49714217fa57.zip |
- use ${RM}
Notes
Notes:
svn path=/head/; revision=91670
Diffstat (limited to 'misc/gnustep-examples')
-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 abeea7aab32e..dbe5a1999bbd 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> |