diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 09:01:38 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 09:01:38 +0800 |
commit | a5ff9bff3ac86f76022dcf6a869616b307174ff0 (patch) | |
tree | 88c34eeb8e591df57c746f73a1765fd09e053729 /www | |
parent | f38246dc8dedda0193cf96a719064531741f6002 (diff) | |
download | freebsd-ports-gnome-a5ff9bff3ac86f76022dcf6a869616b307174ff0.tar.gz freebsd-ports-gnome-a5ff9bff3ac86f76022dcf6a869616b307174ff0.tar.zst freebsd-ports-gnome-a5ff9bff3ac86f76022dcf6a869616b307174ff0.zip |
Chase the install location for Firefox.
PR: 70058
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/flashplugin-firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flashplugin-firefox/Makefile b/www/flashplugin-firefox/Makefile index 6682f09086cd..941b38ec0b68 100644 --- a/www/flashplugin-firefox/Makefile +++ b/www/flashplugin-firefox/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS?= firefox:${PORTSDIR}/www/firefox USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Plugin -PLUGIN_DIR?= lib/firefox/lib/firefox-0.9.1/plugins +PLUGIN_DIR?= lib/firefox/lib/firefox-0.9.3/plugins PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR} do-install: |