From owner-freebsd-ports@FreeBSD.ORG Mon Oct 1 20:29:59 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id F0615106566B for ; Mon, 1 Oct 2012 20:29:58 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id B993614D993 for ; Mon, 1 Oct 2012 20:29:58 +0000 (UTC) Message-ID: <5069FD46.4090609@FreeBSD.org> Date: Mon, 01 Oct 2012 13:29:58 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20121001 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20121001143321.461de2b2@scorpio> <20121001155221.22e50d53@scorpio> In-Reply-To: <20121001155221.22e50d53@scorpio> X-Enigmail-Version: 1.4.4 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: flashplugin 11.2r202.238 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 20:29:59 -0000 I got tired of all that symlink nonsense a long time ago, and made this function to do the update: [ -e "${HOME}/.mozilla/plugins/npwrapper.libflashplayer.so" ] && unlink ${HOME}/.mozilla/plugins/npwrapper.libflashplayer.so; nspluginwrapper -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so hth, Doug