diff options
author | martin <martin@pkgsrc.org> | 2000-09-03 18:36:06 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2000-09-03 18:36:06 +0000 |
commit | 9f8d17f718f4a59429314a3f65d9df8f7f952995 (patch) | |
tree | 4c06537166bb3905ae41f35b7e8a456fe48a6251 /www | |
parent | 99d62faf63b38b5383d4ebb1c471e60007f2eec2 (diff) | |
download | pkgsrc-9f8d17f718f4a59429314a3f65d9df8f7f952995.tar.gz |
Renamed pkg back to original name after last update (backing out
the change made by Tron thereafter).
After private discussion between Taya and Tron they concluded the
pkg should not be called Mozilla-5.0 (what it uses to identify the
browser in http request) but get the user visible name used anywhere
outside (Mozilla-1.0 Milestone 17).
For background details see
http://www.mozillazine.org/talkback.html?article=1484
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 6011755894a..a8697d034c4 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2000/09/03 15:14:41 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2000/09/03 18:36:06 martin Exp $ DISTNAME= mozilla-source-M17 -PKGNAME= mozilla-5.0m17 +PKGNAME= mozilla-1.0m17 WRKSRC= ${WRKDIR}/mozilla CATEGORIES= www MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m17/src/ |