diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-06-24 21:53:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-06-24 21:53:38 +0000 |
commit | 44fa80481074cd35888ebc22004934733aaa2124 (patch) | |
tree | ebb174ef89b9e34586ae4d8ddc7b865c01f4f6e3 /www/linux-mplayer-plugin | |
parent | dfd4a6d526d47b10c07449bd7c58b70acf01fcb7 (diff) |
Notes
Diffstat (limited to 'www/linux-mplayer-plugin')
-rw-r--r-- | www/linux-mplayer-plugin/Makefile.npapi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/linux-mplayer-plugin/Makefile.npapi b/www/linux-mplayer-plugin/Makefile.npapi index 84730ebc91e3..becf1f3c4536 100644 --- a/www/linux-mplayer-plugin/Makefile.npapi +++ b/www/linux-mplayer-plugin/Makefile.npapi @@ -129,9 +129,7 @@ USE_NPAPI_EXP+= ${_TEMP_APP__} .endfor 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*} NPAPI_SLDIRS_ALL= ${NPAPI_APPS_ALL:S.^.${NPAPI_SLDIR}/.} NPAPI_SLDIRS= ${USE_NPAPI_EXP:S.^.${NPAPI_SLDIR}/.} NPAPI_LINKFARMS= ${NPAPI_APPS} ${NPAPI_SLDIRS} |