diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-23 04:06:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-23 04:06:31 +0000 |
commit | e689dbe0ba63787d674a1b8851ed548e48030188 (patch) | |
tree | 840ba8d6e5d074e2e0ab59b6814bb98d828e3116 /www | |
parent | 4f12ea5806749b1f4085029ca36e60e261d8e48e (diff) | |
download | FreeBSD-ports-e689dbe0ba63787d674a1b8851ed548e48030188.zip FreeBSD-ports-e689dbe0ba63787d674a1b8851ed548e48030188.tar.gz |
Shutting down gconfd is no longer needed before installation and is
actually a bad thing to do.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/galeon/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e10845e..ac530c2 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -98,9 +98,6 @@ post-configure: s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' <${FILESDIR}/epiphany \ > ${WRKDIR}/epiphany -pre-install: - @-${X11BASE}/bin/gconftool-2 --shutdown - post-install: @${MV} -f ${PREFIX}/bin/epiphany ${PREFIX}/bin/epiphany-bin ${INSTALL_SCRIPT} ${WRKDIR}/epiphany ${PREFIX}/bin diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 450fa36..c0a53fc 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -102,9 +102,6 @@ post-configure: s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' < ${FILESDIR}/galeon \ > ${WRKDIR}/galeon -pre-install: - @-${X11BASE}/bin/gconftool-2 --shutdown - post-install: @${MV} -f ${PREFIX}/bin/galeon ${PREFIX}/bin/galeon-bin ${INSTALL_SCRIPT} ${WRKDIR}/galeon ${PREFIX}/bin |