Date: Sat, 21 Sep 2002 01:05:13 +0800 (CST) From: Li-lun Wang (Leland Wang) <llwang@infor.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43135: update port: www/flashplugin-mozilla (by maintainer) Message-ID: <20020920170513.12AFE927C@infor.ck.tp.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 43135 >Category: ports >Synopsis: update port: www/flashplugin-mozilla (by maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 20 10:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Li-lun Wang (Leland Wang) >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD Athena.infor.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Fri Sep 6 13:03:45 CST 2002 root@Athena.infor.org:/usr/obj/usr/src/sys/Athena i386 >Description: >How-To-Repeat: flashplugin-mozilla could not install properly for mozilla-devel. This patch makes it able to detect mozilla-devel and install the plugin properly. >Fix: diff -urN flashplugin-mozilla.orig/Makefile flashplugin-mozilla/Makefile --- flashplugin-mozilla.orig/Makefile Sat Sep 21 00:25:53 2002 +++ flashplugin-mozilla/Makefile Sat Sep 21 00:56:29 2002 @@ -23,6 +23,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Plugin do-install: +.if exists(${X11BASE}/lib/mozilla) + @${ECHO_MSG} "Installing flashplugin for mozilla" @${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/lib/mozilla/plugins +.endif +.if exists(${X11BASE}/lib/mozilla-devel) + @${ECHO_MSG} "Installing flashplugin for mozilla-devel" + @${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/lib/mozilla-devel/plugins +.endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020920170513.12AFE927C>