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