aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-23 02:16:59 +0800
committersobomax <sobomax@FreeBSD.org>2001-05-23 02:16:59 +0800
commitca4bc58ef33efe6ed98886207dd89983b9b86d18 (patch)
tree805597b0f2f971bd3945e977321bde1ec91d65ee
parentca233f59b659411cf6e435bbb62bd9de85ffad04 (diff)
downloadfreebsd-ports-gnome-ca4bc58ef33efe6ed98886207dd89983b9b86d18.tar.gz
freebsd-ports-gnome-ca4bc58ef33efe6ed98886207dd89983b9b86d18.tar.zst
freebsd-ports-gnome-ca4bc58ef33efe6ed98886207dd89983b9b86d18.zip
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category) upfront.
-rw-r--r--audio/timidity++-emacs/Makefile2
-rw-r--r--audio/xmms/Makefile2
-rw-r--r--editors/emacs20/Makefile2
-rw-r--r--editors/joe-devel/Makefile2
-rw-r--r--editors/joe/Makefile2
-rw-r--r--editors/joe2/Makefile2
-rw-r--r--graphics/dia/Makefile2
-rw-r--r--graphics/jgv/Makefile2
-rw-r--r--mail/mutt-devel/Makefile2
-rw-r--r--mail/mutt/Makefile2
-rw-r--r--mail/mutt14/Makefile2
-rw-r--r--multimedia/xmms/Makefile2
-rw-r--r--net/tintin++/Makefile2
-rw-r--r--news/tin/Makefile2
-rw-r--r--print/enscript-letter/Makefile2
-rw-r--r--x11-fm/binder/Makefile2
-rw-r--r--x11/rxvt-unicode/Makefile2
-rw-r--r--x11/rxvt/Makefile2
18 files changed, 18 insertions, 18 deletions
diff --git a/audio/timidity++-emacs/Makefile b/audio/timidity++-emacs/Makefile
index bc11fa2e62ec..a08759ac7a41 100644
--- a/audio/timidity++-emacs/Makefile
+++ b/audio/timidity++-emacs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= timidity++
PORTVERSION= 2.10.4
-CATEGORIES= audio
+CATEGORIES+= audio
MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/
PKGNAMESUFFIX= -${INTERFACE}
DISTNAME= TiMidity++-${PORTVERSION}
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 7d0f8c2f98f3..b5417e9d0121 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.4
PORTREVISION= 1
-CATEGORIES= audio
+CATEGORIES+= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/
MAINTAINER?= esk@ira.uka.de
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 53610bd74715..984fd7d0d25f 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= 20.7
-CATEGORIES= editors ipv6
+CATEGORIES+= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile
index b19557d6d70f..d309251b62ce 100644
--- a/editors/joe-devel/Makefile
+++ b/editors/joe-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= joe
PORTVERSION= 2.8
PORTREVISION= 3
-CATEGORIES= editors
+CATEGORIES+= editors
MASTER_SITES= ftp://ftp.std.com/src/editors/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index b19557d6d70f..d309251b62ce 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -8,7 +8,7 @@
PORTNAME= joe
PORTVERSION= 2.8
PORTREVISION= 3
-CATEGORIES= editors
+CATEGORIES+= editors
MASTER_SITES= ftp://ftp.std.com/src/editors/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile
index b19557d6d70f..d309251b62ce 100644
--- a/editors/joe2/Makefile
+++ b/editors/joe2/Makefile
@@ -8,7 +8,7 @@
PORTNAME= joe
PORTVERSION= 2.8
PORTREVISION= 3
-CATEGORIES= editors
+CATEGORIES+= editors
MASTER_SITES= ftp://ftp.std.com/src/editors/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index 86fe08d1244b..5befdc048308 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dia
PORTVERSION= 0.88.1
-CATEGORIES= graphics gnome
+CATEGORIES+= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/dia
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile
index cb536f075a27..8ce44de2b00f 100644
--- a/graphics/jgv/Makefile
+++ b/graphics/jgv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jgv
PORTVERSION= 0.2a
-CATEGORIES= ${CATEGORY_LIST}
+CATEGORIES+= ${CATEGORY_LIST}
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/
DISTNAME= JGV-${PORTVERSION}
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index d3a335f32995..1f8a7855f45a 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mutt
PORTVERSION= 1.2.5
-CATEGORIES= mail
+CATEGORIES+= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.uib.no/pub/mutt/ \
ftp://pgp.rasip.fer.hr/pub/mutt/international/ \
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index d3a335f32995..1f8a7855f45a 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mutt
PORTVERSION= 1.2.5
-CATEGORIES= mail
+CATEGORIES+= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.uib.no/pub/mutt/ \
ftp://pgp.rasip.fer.hr/pub/mutt/international/ \
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index d3a335f32995..1f8a7855f45a 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mutt
PORTVERSION= 1.2.5
-CATEGORIES= mail
+CATEGORIES+= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.uib.no/pub/mutt/ \
ftp://pgp.rasip.fer.hr/pub/mutt/international/ \
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 7d0f8c2f98f3..b5417e9d0121 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.4
PORTREVISION= 1
-CATEGORIES= audio
+CATEGORIES+= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/
MAINTAINER?= esk@ira.uka.de
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index a6f6a48ef3c3..b29fa7b4f3fb 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tintin
PORTVERSION= 1.5.9
-CATEGORIES= net games
+CATEGORIES+= net games
MASTER_SITES= http://mail.newclear.net/tintin/download/ \
http://freebsd.hanirc.org/~jhp/tintin++/
DISTNAME= tintin++v1.5pl9
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 1e7c30f582ab..a96736c4e9a1 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tin
PORTVERSION= 1.5.8
-CATEGORIES= news
+CATEGORIES+= news
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \
ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \
ftp://ftp.nuxi.com/pub/tin/v1.5/
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile
index ab9f1d94232b..27450033bbbc 100644
--- a/print/enscript-letter/Makefile
+++ b/print/enscript-letter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= enscript-${PAPERSIZE}
PORTVERSION= 1.6.1
-CATEGORIES= print
+CATEGORIES+= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= enscript
DISTNAME= enscript-${PORTVERSION}
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile
index 2e6ffcd325cc..24316aa9df0c 100644
--- a/x11-fm/binder/Makefile
+++ b/x11-fm/binder/Makefile
@@ -7,7 +7,7 @@
PORTNAME= binder
PORTVERSION= 1.3
-CATEGORIES= ${CATEGORY_LIST}
+CATEGORIES+= ${CATEGORY_LIST}
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/
DISTNAME= Binder-${PORTVERSION}
EXTRACT_ONLY= # extracted directly in install target
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 0fda96312845..423ee2cdad18 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -10,7 +10,7 @@
PORTNAME= rxvt
PORTVERSION= 2.6.3
-CATEGORIES= x11
+CATEGORIES+= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index 0fda96312845..423ee2cdad18 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -10,7 +10,7 @@
PORTNAME= rxvt
PORTVERSION= 2.6.3
-CATEGORIES= x11
+CATEGORIES+= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \