diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-23 12:06:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-23 12:06:31 +0800 |
commit | e689dbe0ba63787d674a1b8851ed548e48030188 (patch) | |
tree | 840ba8d6e5d074e2e0ab59b6814bb98d828e3116 /www/epiphany/Makefile | |
parent | 4f12ea5806749b1f4085029ca36e60e261d8e48e (diff) | |
download | freebsd-ports-gnome-e689dbe0ba63787d674a1b8851ed548e48030188.tar.gz freebsd-ports-gnome-e689dbe0ba63787d674a1b8851ed548e48030188.tar.zst freebsd-ports-gnome-e689dbe0ba63787d674a1b8851ed548e48030188.zip |
Shutting down gconfd is no longer needed before installation and is
actually a bad thing to do.
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e10845e49180..ac530c25b672 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 |