diff options
author | wiz <wiz> | 2000-04-30 17:03:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-04-30 17:03:20 +0000 |
commit | 3c9d81819acceb0885ba545d534bad15fa261066 (patch) | |
tree | 30a5e64eb69226f1ef0cfb3f82fe1700c81362c0 /www | |
parent | dd58ea7733534b53fe3728e4ec31ac9ebc1b4ee7 (diff) | |
download | pkgsrc-3c9d81819acceb0885ba545d534bad15fa261066.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" |