diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-15 19:29:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-15 19:29:58 +0000 |
commit | 37e8cbc4cdbde86fa4166db96487d7ceef7dc8e5 (patch) | |
tree | 80c4329efc2a0cc00b2c898b115fdddc9f42748c | |
parent | 9db75d9d08e5ac233381afc1639fc2438ad37a54 (diff) |
Notes
-rw-r--r-- | www/opera-linuxplugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera-linuxplugins/Makefile b/www/opera-linuxplugins/Makefile index e91b9a34a597..04d9afb2b2bf 100644 --- a/www/opera-linuxplugins/Makefile +++ b/www/opera-linuxplugins/Makefile @@ -20,8 +20,6 @@ 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/.//}/ @@ -33,12 +31,14 @@ USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes +NO_MTREE= yes EXPLICIT_PACKAGE_DEPENDS= yes PLIST_FILES= lib/opera/pluginwrapper/operapluginwrapper-ia32-linux do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/opera/pluginwrapper ${INSTALL_PROGRAM} ${WRKSRC}/lib/opera/pluginwrapper/operapluginwrapper-native \ - ${PREFIX}/lib/opera/pluginwrapper/operapluginwrapper-ia32-linux + ${STAGEDIR}${PREFIX}/lib/opera/pluginwrapper/operapluginwrapper-ia32-linux .include <bsd.port.mk> |