aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-27 18:43:11 +0800
committersobomax <sobomax@FreeBSD.org>2001-08-27 18:43:11 +0800
commit1a8f27fae7124d2f7fa83ebbbd6c55ef2c05290e (patch)
tree86023f4f8da574c91fbccb469ed4e1f29d9113b9 /www/galeon
parent701f139238d92dc76852c44229c30b09de9e4109 (diff)
downloadfreebsd-ports-gnome-1a8f27fae7124d2f7fa83ebbbd6c55ef2c05290e.tar.gz
freebsd-ports-gnome-1a8f27fae7124d2f7fa83ebbbd6c55ef2c05290e.tar.zst
freebsd-ports-gnome-1a8f27fae7124d2f7fa83ebbbd6c55ef2c05290e.zip
Run `${X11BASE}/bin/gconftool --shutdown' before proceeding with package
installations, because otherwise stale gconf daemon could prevent installation from completing successfully. Submitted by: bento
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 031b1c81aa86..69594782c87a 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -68,4 +68,7 @@ post-configure:
s|%%X11BASE%%|${X11BASE}|g ; \
s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon
+pre-install:
+ @-${X11BASE}/bin/gconftool --shutdown
+
.include <bsd.port.mk>