diff options
author | trevor <trevor@FreeBSD.org> | 2002-03-27 17:52:07 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-03-27 17:52:07 +0000 |
commit | b5e6fc715765e0923828abc20f54327aaca668fd (patch) | |
tree | 92adc45bd5917e9e5c651071a8f47cfc1e5eb5e7 /www/linux-mozilla-devel | |
parent | 6af7e11430768f35b45ca31d845076700c479417 (diff) | |
download | FreeBSD-ports-b5e6fc715765e0923828abc20f54327aaca668fd.zip FreeBSD-ports-b5e6fc715765e0923828abc20f54327aaca668fd.tar.gz |
Bump PORTREVISION for change to startup script.
Change a space to a tab.
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 12b7436..1abd43e 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; \ |