diff options
author | sat <sat@FreeBSD.org> | 2006-08-03 21:50:16 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-03 21:50:16 +0800 |
commit | 059d9e8920f18624355a785e97f414bc05f1b025 (patch) | |
tree | 47443cc948b07ae7b1c634fb17fa8bf1ed570e0c /www | |
parent | 457444278cef3d346dcc97cd18d4333cd3bcf8e2 (diff) | |
download | freebsd-ports-gnome-059d9e8920f18624355a785e97f414bc05f1b025.tar.gz freebsd-ports-gnome-059d9e8920f18624355a785e97f414bc05f1b025.tar.zst freebsd-ports-gnome-059d9e8920f18624355a785e97f414bc05f1b025.zip |
- Extend the list of supported apps in a preemptive way
- Do not farm links in linux-opera private plugins dir [1]
Submitted by: mezz [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mplayer-plugin/Makefile.npapi | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/linux-mplayer-plugin/Makefile.npapi b/www/linux-mplayer-plugin/Makefile.npapi index e1db9dcc5b00..2b9889cfdad8 100644 --- a/www/linux-mplayer-plugin/Makefile.npapi +++ b/www/linux-mplayer-plugin/Makefile.npapi @@ -62,11 +62,13 @@ PKGDEINSTALL?= ${NPAPI_PKGDEINSTALL} NPAPI_APPS_ALL_WC= *mozilla* *firefox* *flock* *seamonkey* *opera* NPAPI_APPS_ALL_WC_LINUX= ${NPAPI_APPS_ALL_WC:S/^*/linux-/} NPAPI_APPS_ALL_WC_NATIVE= ${NPAPI_APPS_ALL_WC:S/^*//} -NPAPI_APPS_ALL= mozilla mozilla-devel linux-mozilla \ - firefox firefox-devel linux-firefox linux-firefox-devel \ - flock linux-flock \ - seamonkey linux-seamonkey linux-seamonkey-devel \ - opera linux-opera +NPAPI_APPS_ALL= firefox firefox-devel linux-firefox linux-firefox-devel \ + flock flock-devel linux-flock linux-flock-devel \ + mozilla mozilla-devel linux-mozilla \ + nvu linux-nvu \ + opera opera-devel linux-opera linux-opera-devel \ + seamonkey seamonkey-devel linux-seamonkey linux-seamonkey-devel \ + sunbird sunbird-devel linux-sunbird linux-sunbird-devel # === Let's process WITH_NPAPI into WITH_NPAPI_APPS WITH_NPAPI_TUPLES= ${WITH_NPAPI:M*?\:?*} @@ -124,8 +126,8 @@ USE_NPAPI_EXP+= ${_TEMP_APP__} NPAPI_APPS?= ${USE_NPAPI_EXP:S.^.${LOCALBASE}/lib/.:S.$./plugins.:N*opera*} \ ${USE_NPAPI_EXP:S.^.${X11BASE}/lib/.:S.$./plugins.:N*opera*} \ - ${USE_NPAPI_EXP:S.^.${LOCALBASE}/share/.:S.$./plugins.:M*opera*} \ - ${USE_NPAPI_EXP:S.^.${X11BASE}/share/.:S.$./plugins.:M*opera*} + ${USE_NPAPI_EXP:S.^.${LOCALBASE}/share/.:S.$./plugins.:M*/opera*} \ + ${USE_NPAPI_EXP:S.^.${X11BASE}/share/.:S.$./plugins.:M*/opera*} NPAPI_SLDIRS_ALL= ${NPAPI_APPS_ALL:S.^.${NPAPI_SLDIR}/.} NPAPI_SLDIRS= ${USE_NPAPI_EXP:S.^.${NPAPI_SLDIR}/.} NPAPI_LINKFARMS= ${NPAPI_APPS} ${NPAPI_SLDIRS} |