diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-27 10:43:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-27 10:43:11 +0000 |
commit | 850f72cab954059765c25f8064477281c307d1d0 (patch) | |
tree | f66e26d7350d8c18a68ff7ee36b46c464f99cf21 /www/galeon | |
parent | Update to 1.0.3. (diff) |
Run `${X11BASE}/bin/gconftool --shutdown' before proceeding with package
installations, because otherwise stale gconf daemon could prevent installation
from completing successfully.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=46963
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 3 |
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> |