diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-12 08:08:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-12 08:08:42 +0800 |
commit | 3c04043d447701b0b5d0e65c0610c23e4c30ebd8 (patch) | |
tree | c294a4e93fa1402632c72940ac02694288bef3cf /www | |
parent | c35b127c3fdc81169e4d81da84c61f39839f6cdf (diff) | |
download | freebsd-ports-gnome-3c04043d447701b0b5d0e65c0610c23e4c30ebd8.tar.gz freebsd-ports-gnome-3c04043d447701b0b5d0e65c0610c23e4c30ebd8.tar.zst freebsd-ports-gnome-3c04043d447701b0b5d0e65c0610c23e4c30ebd8.zip |
Chase the Firefox upgrade.
Diffstat (limited to 'www')
-rw-r--r-- | www/flashplugin-firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/flashplugin-firefox/Makefile b/www/flashplugin-firefox/Makefile index 710285f27464..1f5a0ab467e9 100644 --- a/www/flashplugin-firefox/Makefile +++ b/www/flashplugin-firefox/Makefile @@ -7,7 +7,7 @@ PORTNAME= flashplugin-firefox PORTVERSION= 0.4.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.swift-tools.net/Flash/ DISTNAME= flash-${PORTVERSION} @@ -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.3/plugins +PLUGIN_DIR?= lib/firefox/lib/firefox-0.10.1/plugins PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR} do-install: |