1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Shutting down gconfd is no longer needed before installation and is

actually a bad thing to do.
This commit is contained in:
Joe Marcus Clarke 2005-01-23 04:06:31 +00:00
parent 0de870682c
commit 6811500141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127122
2 changed files with 0 additions and 6 deletions

View File

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

View File

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