aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-12-16 03:29:58 +0800
committerdinoex <dinoex@FreeBSD.org>2013-12-16 03:29:58 +0800
commit670cba43a798827c23f387da2818884a2c0bfa7d (patch)
tree80c4329efc2a0cc00b2c898b115fdddc9f42748c /www
parent6de497594d75518402641ff56478eed8f624f760 (diff)
downloadfreebsd-ports-gnome-670cba43a798827c23f387da2818884a2c0bfa7d.tar.gz
freebsd-ports-gnome-670cba43a798827c23f387da2818884a2c0bfa7d.tar.zst
freebsd-ports-gnome-670cba43a798827c23f387da2818884a2c0bfa7d.zip
- use STAGEDIR
Diffstat (limited to 'www')
-rw-r--r--www/opera-linuxplugins/Makefile6
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>