firefox-remote overwrites symlink from www/firefox

Guido Berhoerster ich at guido-berhoerster.org
Mon May 31 03:41:12 PDT 2004


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 at guido-berhoerster.org
                     http://www.guido-berhoerster.org/
-------------- next part --------------
--- 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>


More information about the freebsd-gnome mailing list