Run `${X11BASE}/bin/gconftool --shutdown' before proceeding with package

installations, because otherwise stale gconf daemon could prevent installation
from completing successfully.

Submitted by:	bento
This commit is contained in:
Maxim Sobolev 2001-08-27 10:43:11 +00:00
parent ed4f116ca0
commit 850f72cab9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46963
2 changed files with 6 additions and 0 deletions

View file

@ -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>

View file

@ -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>