diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-14 13:50:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-14 13:50:21 +0000 |
commit | fc66aa4263a72e0ecf9e837210a5fb054b6b5680 (patch) | |
tree | 377ed83370692ebcc38e00f71c3a6ab3b33273e7 /japanese/netscape7/Makefile | |
parent | upgrade to 1.15 (diff) |
I remove the linux-netscape6 ports from ports/french, ports/german,
ports/japanese and ports/www. In their place, I add corresponding netscape7
ports, after repo copies. Now ports/www/netscape7 will no longer be a slave
port. Instead it is the master port for the others.
The French, German, and Japanese ports now have AIM, because I had trouble
getting them to work without it.
I add a security warning to all these ports, about the "forward referrer" bug
(Mozilla bug 145579).
Diffstat (limited to 'japanese/netscape7/Makefile')
-rw-r--r-- | japanese/netscape7/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/netscape7/Makefile b/japanese/netscape7/Makefile index 0a578f11f269..dee232725ea2 100644 --- a/japanese/netscape7/Makefile +++ b/japanese/netscape7/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ja-linux-netscape6 +# New ports collection makefile for: ja-netscape7 # Date created: 2002-03-04 # Whom: trevor # based on the german/linux-netscape6 port by Thomas E. Zander @@ -10,7 +10,8 @@ PKGNAMEPREFIX= ja- PORTREVISION= 0 CATEGORIES= japanese www linux -DISTFILES= browser.xpi \ +DISTFILES= AIM.xpi \ + browser.xpi \ defljajp.xpi \ flash.xpi \ jre.xpi \ @@ -23,6 +24,6 @@ DISTFILES= browser.xpi \ talkback.xpi \ xpcom.xpi -NETSCAPE6_LANG= japanese +NETSCAPE_LANG= japanese -.include "../../www/linux-netscape6/Makefile" +.include "../../www/netscape7/Makefile" |