summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-14 13:52:04 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-14 13:52:04 +0800
commitd4b33109b8672eff58fb3b1d9a95d123e65eb656 (patch)
treed3e5b568facab14af7ab63a77d12d89fddda856b /www
parent8d516440010f466d2607a2a4b7802905576935df (diff)
downloadmarcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar
marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.gz
marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.bz2
marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.lz
marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.xz
marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.zst
marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.zip
- Use firefox by default
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4243 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile13
-rw-r--r--www/epiphany/Makefile13
2 files changed, 16 insertions, 10 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index bc64260c6..0b4c6a570 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany-extensions/Makefile,v 1.46 2005/07/01 18:07:12 marcus Exp $
+# $MCom: ports/www/epiphany-extensions/Makefile,v 1.47 2005/07/11 22:24:34 marcus Exp $
#
PORTNAME= epiphany
PORTVERSION= 1.7.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.7
@@ -28,8 +29,9 @@ HEADERS_SUFX=
MOZ_BUILD= mozilla
.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
+MOZ_BUILD= firefox
.else
.if ${WITH_MOZILLA}=="firefox"
MOZILLA= firefox
@@ -39,8 +41,9 @@ MOZ_BUILD= firefox
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
.else
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
+MOZ_BUILD= firefox
.endif
.endif
.endif
@@ -82,10 +85,10 @@ USE_GCC= 3.4
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} " By default epiphany-extensions builds with www/mozilla support, but you can"
+ @${ECHO_MSG} " By default epiphany-extensions builds with www/firefox support, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG}
- @${ECHO_MSG} " firefox "
+ @${ECHO_MSG} " mozilla "
@${ECHO_MSG} " mozilla-devel "
@${ECHO_MSG} ""
@${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):"
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index f970d1e54..d7d51a93a 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany/Makefile,v 1.73 2005/07/01 18:07:12 marcus Exp $
+# $MCom: ports/www/epiphany/Makefile,v 1.74 2005/07/11 22:06:11 marcus Exp $
#
PORTNAME= epiphany
PORTVERSION= 1.7.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7
@@ -26,8 +27,9 @@ HEADERS_SUFX=
MOZ_BUILD= mozilla
.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
+MOZ_BUILD= firefox
.else
.if ${WITH_MOZILLA}=="firefox"
MOZILLA= firefox
@@ -37,8 +39,9 @@ MOZ_BUILD= firefox
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
.else
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
+MOZ_BUILD= firefox
.endif
.endif
.endif
@@ -79,10 +82,10 @@ USE_GCC= 3.4
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} " By default epiphany uses www/mozilla for html rendering, but you can"
+ @${ECHO_MSG} " By default epiphany uses www/firefox for html rendering, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG}
- @${ECHO_MSG} " firefox "
+ @${ECHO_MSG} " mozilla "
@${ECHO_MSG} " mozilla-devel "
@${ECHO_MSG} ""