summaryrefslogtreecommitdiff
path: root/www/navigator
diff options
context:
space:
mode:
authortron <tron>2001-01-11 07:03:04 +0000
committertron <tron>2001-01-11 07:03:04 +0000
commit7da1659649861acad4c5ce21b8fc8d67a934c640 (patch)
treeb44b829c7b01c94ca7c8e59101404fb4c7bbb08c /www/navigator
parent3779fdaf793426f08c83653346950517d32a5769 (diff)
downloadpkgsrc-7da1659649861acad4c5ce21b8fc8d67a934c640.tar.gz
Patch backup files end on "~" not on ".orig" under Solaris.
Diffstat (limited to 'www/navigator')
-rw-r--r--www/navigator/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index bebec5dc880..9948040505c 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2000/12/17 13:21:55 tron Exp $
+# $NetBSD: Makefile.common,v 1.26 2001/01/11 07:03:04 tron Exp $
#
# Common include file for communicator and navigator packages
@@ -141,6 +141,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 -f ${MOZILLA_HOME}/bookmark.htm~
.endif