diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-27 17:52:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-27 17:52:07 +0000 |
commit | 1ba3a8858eef88f33fa48ac7d54f910442ad8e10 (patch) | |
tree | 886a8b9a9cdaa363ed0aaeefec9c2f723a7934fb /www/linux-mozilla-devel | |
parent | b44efee3dcd6e3b264f3d86f04f46088c77bdf19 (diff) | |
download | ports-1ba3a8858eef88f33fa48ac7d54f910442ad8e10.tar.gz ports-1ba3a8858eef88f33fa48ac7d54f910442ad8e10.zip |
Notes
Diffstat (limited to 'www/linux-mozilla-devel')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 12b743616624..1abd43ee6ec2 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi/ @@ -102,7 +103,7 @@ do-patch: ${TAR} -C ${WRKSRC}/tmp -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} ${TAR} -C ${WRKSRC}/bin -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} for j in chatzilla inspector messenger pippki venkman; do \ - if [ ! -e ${WRKSRC}/bin/chrome/$$j.jar ]; then \ + 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 > \ ${WRKSRC}/bin/chrome/overlayinfo/$$i/content/overlays.rdf; \ |