diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-18 16:37:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-18 16:37:50 +0000 |
commit | fbd3f3a20ff2a7e6a627f02499a9505c31e48298 (patch) | |
tree | 724f4ebc35991184bc545557fcf50f4605f97b64 /www/firefox10 | |
parent | 4dc19ee953577b2b31eca2a529af9ed27a57aac2 (diff) | |
download | ports-fbd3f3a20ff2a7e6a627f02499a9505c31e48298.tar.gz ports-fbd3f3a20ff2a7e6a627f02499a9505c31e48298.zip |
Notes
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 3 | ||||
-rw-r--r-- | www/firefox10/pkg-install.in | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 906070eefe9a..ec76e0eb1c33 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -21,7 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} diff --git a/www/firefox10/pkg-install.in b/www/firefox10/pkg-install.in index f548cac38445..8f8dbd0c6cc3 100644 --- a/www/firefox10/pkg-install.in +++ b/www/firefox10/pkg-install.in @@ -27,9 +27,6 @@ rm -rf ${MOZDIR}/extensions cd ${MOZDIR} || exit 1 ./run-mozilla.sh ${REGXPCOM} || true ./run-mozilla.sh ${REGCHROME} || true - -# Instantiate the extension space as root. -su - root -c "env PATH=${PATH} %%X11BASE%%/bin/xinit %%MOZDIR%%/run-mozilla.sh ${FIREFOX} -install-global-extension -- %%X11BASE%%/bin/Xvfb :1001" > /dev/null 2>&1 -su - root -c "env PATH=${PATH} %%X11BASE%%/bin/xinit %%MOZDIR%%/run-mozilla.sh ${FIREFOX} -install-global-theme -- %%X11BASE%%/bin/Xvfb :1001" > /dev/null 2>&1 +./run-mozilla.sh ${FIREFOX} -register > /dev/null 2>&1 exit 0 |