diff options
author | mezz <mezz@FreeBSD.org> | 2006-12-22 10:04:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-12-22 10:04:05 +0800 |
commit | e0ca697515c7dd721d253982ad55a47af4cc7c53 (patch) | |
tree | d10fc28c7bb80cded46ef986b2b8b52061c95d53 /www | |
parent | 31caff1ed0bf653540235c50a86c738eb504ac93 (diff) | |
download | freebsd-ports-gnome-e0ca697515c7dd721d253982ad55a47af4cc7c53.tar.gz freebsd-ports-gnome-e0ca697515c7dd721d253982ad55a47af4cc7c53.tar.zst freebsd-ports-gnome-e0ca697515c7dd721d253982ad55a47af4cc7c53.zip |
The ipv6 is supported in these ports, so add ipv6 category.
PR: ports/107057 and ports/107056
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 4425df10b871..afde3fd0d6c0 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.1 PORTEPOCH= 1 -CATEGORIES= www +CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 4425df10b871..afde3fd0d6c0 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.1 PORTEPOCH= 1 -CATEGORIES= www +CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 4425df10b871..afde3fd0d6c0 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.1 PORTEPOCH= 1 -CATEGORIES= www +CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 889c113cf75e..6b7332fc6fef 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -9,7 +9,7 @@ PORTNAME= seamonkey DISTVERSION= 1.0.6 PORTREVISION= 1 -CATEGORIES?= www +CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}.source diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 889c113cf75e..6b7332fc6fef 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -9,7 +9,7 @@ PORTNAME= seamonkey DISTVERSION= 1.0.6 PORTREVISION= 1 -CATEGORIES?= www +CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}.source |