aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-05-29 23:58:44 +0800
committerantoine <antoine@FreeBSD.org>2014-05-29 23:58:44 +0800
commit3fcb5c1234a4017d0e20e510ff683958248c7301 (patch)
tree49664ab632ed942f53b31bcf0b5d3ba8a683e48f /www
parent09e2f55794d537d79dbb50af0fb5e2646778375a (diff)
downloadfreebsd-ports-gnome-3fcb5c1234a4017d0e20e510ff683958248c7301.tar.gz
freebsd-ports-gnome-3fcb5c1234a4017d0e20e510ff683958248c7301.tar.zst
freebsd-ports-gnome-3fcb5c1234a4017d0e20e510ff683958248c7301.zip
Don't hide that those 3 ports are not staged
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr/Makefile1
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/libxul/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 41189b82059b..c15bb69d18ff 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -54,6 +54,7 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \
--enable-application=browser \
--enable-official-branding
+NO_STAGE= yes
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index dabf3a68bb81..2e357ffd91ac 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -56,6 +56,7 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \
--enable-application=browser \
--enable-official-branding
+NO_STAGE= yes
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index c9ab49a6795c..73c42c05dacf 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -56,6 +56,7 @@ PLIST_DIRSTRY= share/idl
MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \
mozilla-plugin
+NO_STAGE= yes
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>