diff options
author | wiz <wiz> | 2000-04-30 17:03:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-04-30 17:03:20 +0000 |
commit | b82e5cc78c6e46f673f945119dab5ece852e444c (patch) | |
tree | 30a5e64eb69226f1ef0cfb3f82fe1700c81362c0 /www | |
parent | 1326729fdc2ba1f50416a513f103cbb02cceda01 (diff) | |
download | pkgsrc-b82e5cc78c6e46f673f945119dab5ece852e444c.tar.gz |
rm -> ${RM}
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index b5c2209c3f5..7133d81a40d 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2000/04/30 14:42:22 sakamoto Exp $ +# $NetBSD: Makefile.common,v 1.8 2000/04/30 17:03:20 wiz Exp $ # # Common include file for communicator and navigator packages @@ -139,6 +139,6 @@ do-install: ${CHOWN} -R 0:0 ${MOZILLA_HOME} ${CHMOD} -R go-w ${MOZILLA_HOME} cd ${MOZILLA_HOME} ; patch -s < ${FILESDIR}/bookmarks.patch - @rm -f ${MOZILLA_HOME}/bookmark.htm.orig + @${RM} -f ${MOZILLA_HOME}/bookmark.htm.orig .include "../../mk/bsd.pkg.mk" |