diff options
Diffstat (limited to 'www/opera-linuxplugins/Makefile')
-rw-r--r-- | www/opera-linuxplugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/opera-linuxplugins/Makefile b/www/opera-linuxplugins/Makefile index 628f15c7d9c4..e91b9a34a597 100644 --- a/www/opera-linuxplugins/Makefile +++ b/www/opera-linuxplugins/Makefile @@ -20,6 +20,8 @@ COMMENT= Linux plugin support for the native Opera browser RUN_DEPENDS= ${LOCALBASE}/lib/opera/pluginwrapper/operapluginwrapper:${PORTSDIR}/${PKGCATEGORY}/opera +NO_STAGE= yes + OPERA_VER?= 12.16 OPERA_BUILD?= 1860 MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/ @@ -35,7 +37,6 @@ EXPLICIT_PACKAGE_DEPENDS= yes PLIST_FILES= lib/opera/pluginwrapper/operapluginwrapper-ia32-linux -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lib/opera/pluginwrapper/operapluginwrapper-native \ ${PREFIX}/lib/opera/pluginwrapper/operapluginwrapper-ia32-linux |