diff options
author | knu <knu@FreeBSD.org> | 2002-12-08 22:16:34 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-08 22:16:34 +0000 |
commit | 628ec4baf6f7ed4f4bcfc399047328ec9b7e6c39 (patch) | |
tree | 4f8ec4f2551c15d38fda846a5403749664ad5fe6 /x11 | |
parent | 0c4fc54d7291db126e49237d6a6e8b023ab76b64 (diff) | |
download | FreeBSD-ports-628ec4baf6f7ed4f4bcfc399047328ec9b7e6c39.zip FreeBSD-ports-628ec4baf6f7ed4f4bcfc399047328ec9b7e6c39.tar.gz |
Assign CATEGORIES with += so that the slave port (chinese/rxvt) can
define its CATEGORIES properly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 48ffd71..18056d3 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -11,7 +11,7 @@ PORTNAME= rxvt PORTVERSION= 2.7.8 PORTREVISION= 1 -CATEGORIES= x11 +CATEGORIES+= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ |