From 670cba43a798827c23f387da2818884a2c0bfa7d Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 15 Dec 2013 19:29:58 +0000 Subject: - use STAGEDIR --- www/opera-linuxplugins/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') 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 -- cgit