diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-06 09:01:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-06 09:01:38 +0800 |
commit | 1c63895f6e7585bd5be69f30a5336541bce83e84 (patch) | |
tree | 10ca8aba2f6157b9ad032f04a6d4f3280d51f483 /www/flashplugin-firefox/Makefile | |
parent | 9e348f512281d35cdbf8dfa9c4a467a0b01413e0 (diff) | |
download | freebsd-ports-gnome-1c63895f6e7585bd5be69f30a5336541bce83e84.tar.gz freebsd-ports-gnome-1c63895f6e7585bd5be69f30a5336541bce83e84.tar.zst freebsd-ports-gnome-1c63895f6e7585bd5be69f30a5336541bce83e84.zip |
Chase the install location for Firefox.
PR: 70058
Submitted by: maintainer
Diffstat (limited to 'www/flashplugin-firefox/Makefile')
-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: |