diff options
author | wiz <wiz> | 2002-06-02 09:07:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-02 09:07:01 +0000 |
commit | 11d760e1e19f784184d957f0f626f42780ad20a5 (patch) | |
tree | 408a1880f6c71938fdac34c0026bc7bd90f8544c | |
parent | 5331afceb2dda4451a8ad53598ead0020ce405a5 (diff) | |
download | pkgsrc-11d760e1e19f784184d957f0f626f42780ad20a5.tar.gz |
Don't patch bookmarks file -- not cleanly possibly since we support
many different version of navigator/communicator.
Closes pkg/17136.
-rw-r--r-- | www/navigator/Makefile.common | 5 | ||||
-rw-r--r-- | www/navigator/files/bookmarks.patch | 8 |
2 files changed, 1 insertions, 12 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 97dffa91c3f..d83b49e81ed 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2002/04/05 11:44:55 tron Exp $ +# $NetBSD: Makefile.common,v 1.48 2002/06/02 09:07:01 wiz Exp $ # # Common include file for communicator and navigator packages @@ -204,9 +204,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 -f ${MOZILLA_HOME}/bookmark.htm~ - .endif .endif diff --git a/www/navigator/files/bookmarks.patch b/www/navigator/files/bookmarks.patch deleted file mode 100644 index b74667fc0ca..00000000000 --- a/www/navigator/files/bookmarks.patch +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: bookmarks.patch,v 1.1 1999/10/19 18:30:26 abs Exp $ - ---- bookmark.htm Fri May 28 19:12:54 1999 -+++ bookmark.plusnetbsd Tue Oct 19 19:02:55 1999 -@@ -66,2 +66,3 @@ - <DT><H3>Computers and Internet</H3> - <DL><p> -+ <DT><A HREF="http://www.netbsd.org/">The NetBSD project</A> |