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/galeon | |
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/galeon')
-rw-r--r-- | www/galeon/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 450fa3641cda..c0a53fcae715 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 |