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:
parent
0de870682c
commit
6811500141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127122
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user