Date: Mon, 31 May 2004 12:39:03 +0200 From: Guido Berhoerster <ich@guido-berhoerster.org> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: gnome@freebsd.org Subject: firefox-remote overwrites symlink from www/firefox Message-ID: <20040531103903.GA9120@hal.privat.lan> In-Reply-To: <1085955211.47628.4.camel@shumai.marcuscom.com> References: <20040530220655.GA1245@hal.privat.lan> <1085955211.47628.4.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The port contains another bug, the firefox-remote script is installed as ${X11BASE}/bin/firefox and thus overwrites a symbolic link created by the www/firefox port. Small patch is attached. -- Guido Berhoerster ich@guido-berhoerster.org http://www.guido-berhoerster.org/ --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" --- Makefile.old Mon May 31 10:41:21 2004 +++ Makefile Mon May 31 12:16:03 2004 @@ -27,6 +27,6 @@ ${WRKDIR}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} .include <bsd.port.mk> --qMm9M+Fa2AknHoGS--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040531103903.GA9120>