diff options
author | erwin <erwin@FreeBSD.org> | 2008-01-30 07:53:29 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-01-30 07:53:29 +0000 |
commit | d4b46bfb75309b08ee5746a1c2247a24bc72a4ad (patch) | |
tree | 5e33ce40eeb371a7c3d987427f7546a22ec9651d /irc | |
parent | 0ef3dc71bec6a03f2b1db161261c655f8973ab7f (diff) | |
download | FreeBSD-ports-d4b46bfb75309b08ee5746a1c2247a24bc72a4ad.zip FreeBSD-ports-d4b46bfb75309b08ee5746a1c2247a24bc72a4ad.tar.gz |
Revert part of the previous commit that accidentily
prevented CATEGORIES from being additive for slave ports.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 86d225c..f01dd0b 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -9,7 +9,7 @@ PORTNAME= BitchX PORTVERSION= 1.1.0.1 PORTREVISION= 1 -CATEGORIES= irc +CATEGORIES+= irc MASTER_SITES= http://www.bitchx.com/ \ CENKES DISTNAME= ircii-pana-1.1-final |