diff options
author | trevor <trevor@FreeBSD.org> | 2002-03-28 01:52:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-03-28 01:52:07 +0800 |
commit | b5e6fc715765e0923828abc20f54327aaca668fd (patch) | |
tree | 92adc45bd5917e9e5c651071a8f47cfc1e5eb5e7 /www | |
parent | 6af7e11430768f35b45ca31d845076700c479417 (diff) | |
download | freebsd-ports-gnome-b5e6fc715765e0923828abc20f54327aaca668fd.tar.gz freebsd-ports-gnome-b5e6fc715765e0923828abc20f54327aaca668fd.tar.zst freebsd-ports-gnome-b5e6fc715765e0923828abc20f54327aaca668fd.zip |
Bump PORTREVISION for change to startup script.
Change a space to a tab.
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 3 | ||||
-rw-r--r-- | www/linux-mozilla/Makefile | 3 |
2 files changed, 4 insertions, 2 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; \ diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 12b743616624..1abd43ee6ec2 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/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; \ |