diff options
author | grant <grant@pkgsrc.org> | 2003-04-14 20:28:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-14 20:28:42 +0000 |
commit | 7a4850a628ffe62da5bf2f8ce2f069c3beeb2eba (patch) | |
tree | 095467140efea993f04c9dd105933a48d13e18a1 | |
parent | 761bd78608e361e82fff048f1d3a4077a730854e (diff) | |
download | pkgsrc-7a4850a628ffe62da5bf2f8ce2f069c3beeb2eba.tar.gz |
rename of mozilla-linux.
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | www/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 395b1c18c93..9d0a1b53b21 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.1935 2003/04/14 20:21:44 grant Exp $ +$NetBSD: CHANGES,v 1.1936 2003/04/14 20:29:20 grant Exp $ Changes to the packages collection and infrastructure in 2003: @@ -1595,3 +1595,5 @@ Changes to the packages collection and infrastructure in 2003: Added phoenix-bin-nightly [grant 2003-04-14] Deleted phoenix-linux-nightly, renamed to phoenix-bin-nightly [grant 2003-04-14] + Added mozilla-bin-1.3 [grant 2003-04-14] + Deleted mozilla-linux, renamed to mozilla-bin [grant 2003-04-14] diff --git a/www/Makefile b/www/Makefile index 622239c21d1..447ab5e4525 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2003/04/14 20:12:20 grant Exp $ +# $NetBSD: Makefile,v 1.246 2003/04/14 20:28:42 grant Exp $ # COMMENT= Packages related to the World Wide Web @@ -98,7 +98,7 @@ SUBDIR+= mknmz-wwwoffle SUBDIR+= moz-linux-plugger SUBDIR+= mozilla SUBDIR+= mozilla-flash-bin -SUBDIR+= mozilla-linux +SUBDIR+= mozilla-bin SUBDIR+= mozilla-stable SUBDIR+= navigator SUBDIR+= navigator3 |