summaryrefslogtreecommitdiff
path: root/www/linux-mozilla/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-03-12 10:04:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-03-12 10:04:32 +0000
commit2c107f931aff5e4a3e12fffb4481b97dcee9a856 (patch)
tree68114079fb2c46e7a6136fa163de4c1501f362e4 /www/linux-mozilla/Makefile
parentAnother alloca.h we do not have (diff)
Update to "two nines" version. This version has MathML, TrueType,
and SOAP. Add inspector component. Make venkman component optional. new version noticed by: Muhannad Asfour <muhannad07@cogeco.ca>
Notes
Notes: svn path=/head/; revision=55926
Diffstat (limited to 'www/linux-mozilla/Makefile')
-rw-r--r--www/linux-mozilla/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile
index fd1a8885eb26..e3fb9cfe8dbb 100644
--- a/www/linux-mozilla/Makefile
+++ b/www/linux-mozilla/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mozilla
-PORTVERSION= 0.9.8
+PORTVERSION= 0.9.9
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi/
@@ -48,6 +48,7 @@ pre-everything::
DISTFILES= browser.xpi \
chatzilla.xpi \
deflenus.xpi \
+ inspector.xpi \
langenus.xpi \
mail.xpi \
psm.xpi \
@@ -100,7 +101,7 @@ do-patch:
${MKDIR} ${WRKSRC}/tmp
${TAR} -C ${WRKSRC}/tmp -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES}
${TAR} -C ${WRKSRC}/bin -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES}
- for j in chatzilla messenger pippki; do \
+ for j in chatzilla inspector messenger pippki venkman; do \
if [ ! -e ${WRKSRC}/bin/chrome/$$j.jar ]; then \
for i in communicator editor messenger navigator; do \
${GREP} -v $$j ${WRKSRC}/tmp/chrome/overlayinfo/$$i/content/overlays.rdf > \