diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-23 04:06:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-23 04:06:31 +0000 |
commit | 68115001417651c1e6de21b7a1285d382542d51a (patch) | |
tree | eea7c2e0029f61e7175819ebd8caf23583edd4e3 | |
parent | 0de870682cc71e5b0f1e6befec90c6c3dfc02230 (diff) |
Notes
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/galeon/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e10845e49180..ac530c25b672 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -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 diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 450fa3641cda..c0a53fcae715 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -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 |