summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-22 18:16:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-22 18:16:59 +0000
commitbb53f3ecee6dcf35d029f67251a8c837bf8fa696 (patch)
tree85ac1b7e3561dcf2b3d1248139d7928f49a74783 /x11
parent36b3ec0f0d47523b7f08895eb6979a82377817de (diff)
downloadfreebsd-ports-bb53f3ecee6dcf35d029f67251a8c837bf8fa696.zip
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category) upfront.
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/Makefile2
-rw-r--r--x11/rxvt/Makefile2
2 files changed, 2 insertions, 2 deletions
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/ \