summaryrefslogtreecommitdiff
path: root/www/navigator/Makefile
diff options
context:
space:
mode:
authorabs <abs>1999-10-19 18:30:25 +0000
committerabs <abs>1999-10-19 18:30:25 +0000
commit6664542b1f64dfdd0c7ef13db239dd5843c69af4 (patch)
tree19a05623b21a3c0277f85fbd3658047085dc24f2 /www/navigator/Makefile
parent0097010aa33d9f3c9fe4f2df3a85fc38a86c8025 (diff)
downloadpkgsrc-6664542b1f64dfdd0c7ef13db239dd5843c69af4.tar.gz
Add a link to www.netbsd.org into the default set of bookmarks
(buried in the "Computing/Internet" menu)
Diffstat (limited to 'www/navigator/Makefile')
-rw-r--r--www/navigator/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile
index e2e42004cdb..72e5369390c 100644
--- a/www/navigator/Makefile
+++ b/www/navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/09/07 15:21:39 jlam Exp $
+# $NetBSD: Makefile,v 1.21 1999/10/19 18:30:26 abs Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -118,5 +118,7 @@ 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
.include "../../mk/bsd.pkg.mk"