7446953ac7
Greymagic's Mozilla Disk Explorer (http://sec.greymagic.com/adv/gm001-ns/) which demonstrates a security bug. The demo does not work with 6.2.3. I am assuming that the zlib double free() bug, if it existed, may have been addressed, so I am removing the FORBIDDEN line. I didn't bother to update the generated files for this release, since the old ones seem to work fine. Add hitherto forgotten PKGNAMEPREFIX so the English, French, German and Japanese versions may all be installed without conflicting.
29 lines
510 B
Makefile
29 lines
510 B
Makefile
# New ports collection makefile for: fr-linux-netscape6
|
|
# Date created: 2002-03-04
|
|
# Whom: trevor
|
|
# based on the german/linux-netscape6 port by Thomas E. Zander
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX?= fr-
|
|
PORTREVISION= 0
|
|
CATEGORIES= french www linux
|
|
|
|
DISTFILES= browser.xpi \
|
|
deflfrfr.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langfrfr.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regfr.xpi \
|
|
regus.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
NETSCAPE6_LANG= french
|
|
|
|
.include "../../www/linux-netscape6/Makefile"
|