diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-03 02:46:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-03 02:46:41 +0800 |
commit | d16a69655a50bbd2b51c49b92fe19b382b82d585 (patch) | |
tree | b28cfc29fceff9375720bf1095327723c2fc3e62 /irc/ircd-ru | |
parent | 38050707489b15a61ac2ba222ef916dacc663b61 (diff) | |
download | freebsd-ports-gnome-d16a69655a50bbd2b51c49b92fe19b382b82d585.tar.gz freebsd-ports-gnome-d16a69655a50bbd2b51c49b92fe19b382b82d585.tar.zst freebsd-ports-gnome-d16a69655a50bbd2b51c49b92fe19b382b82d585.zip |
Fix one more instance where the primary category was wrong.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'irc/ircd-ru')
-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 |