Bump PORTREVISION for change to startup script.
Change a space to a tab.
This commit is contained in:
parent
b44efee3dc
commit
1ba3a8858e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56754
2 changed files with 4 additions and 2 deletions
|
@ -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; \
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue