diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-02 18:46:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-02 18:46:41 +0000 |
commit | c81ed329cc94f7e3ec49a2ecc3c551115496bf4b (patch) | |
tree | d1c80a9c1b091fdfb3c01656432acb1509d6f904 | |
parent | Facelift Smooth engine. Make left-right arrows look similar to (diff) |
Fix one more instance where the primary category was wrong.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=92862
-rw-r--r-- | irc/ircd-ru/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 6dabd652f5bd..6ebf51001e36 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -8,7 +8,7 @@ PORTNAME= ircd-ru PORTVERSION= 1.0.7 PORTREVISION= 1 -CATEGORIES= russian irc +CATEGORIES= irc russian MASTER_SITES= ftp://ftp.ircd.ru/pub/ircd-RU/ ftp://ftp.ircd.ru/pub/ircd-RU/old/ DISTNAME= ircd-RU-${PORTVERSION}-02-stable |