summaryrefslogtreecommitdiff
path: root/www/linux-mozilla/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-05-22 12:44:49 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-05-22 12:44:49 +0000
commit27942c317a2b0ef21ecad84cd86d429d95be3706 (patch)
tree1068a6addf883f93d52a223f02d41def79a1ad48 /www/linux-mozilla/Makefile
parentRemove obsolete (and broken) kde-icontheme-crystal. (diff)
Update to 1.3.1.
Use bzip2 compression for the generated files (I reused the ones from 1.2b).
Notes
Notes: svn path=/head/; revision=81694
Diffstat (limited to 'www/linux-mozilla/Makefile')
-rw-r--r--www/linux-mozilla/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile
index 921c84961466..726fc00a1626 100644
--- a/www/linux-mozilla/Makefile
+++ b/www/linux-mozilla/Makefile
@@ -7,17 +7,17 @@
#
PORTNAME= mozilla
-PORTVERSION= 1.2
+PORTVERSION= 1.3.1
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}b/linux-xpi
+MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi
PKGNAMEPREFIX= linux-
-DIST_SUBDIR= linux-mozilla/${PORTVERSION}b
+DIST_SUBDIR= linux-mozilla/${PORTVERSION}
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= trevor
-PATCHFILES= linux-mozilla-${PORTVERSION}b-generated-files.tar.gz
+PATCHFILES= linux-mozilla-${PORTVERSION}-generated-files.tar.bz2
MAINTAINER= trevor@FreeBSD.org
COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins
@@ -100,8 +100,10 @@ do-extract:
do-patch:
${MKDIR} ${WRKSRC}/tmp
- ${TAR} -C ${WRKSRC}/tmp -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES}
- ${TAR} -C ${WRKSRC}/bin -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES}
+ ${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} | \
+ ${TAR} -C ${WRKSRC}/bin -xf -
+ ${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} | \
+ ${TAR} -C ${WRKSRC}/tmp -xf -
for j in chatzilla cookie inspector messenger pippki venkman; do \
if [ ! -e ${WRKSRC}/bin/chrome/$$j.jar ]; then \
for i in communicator editor messenger navigator; do \