diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-03 02:46:41 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-03 02:46:41 +0800 |
commit | c81ed329cc94f7e3ec49a2ecc3c551115496bf4b (patch) | |
tree | d1c80a9c1b091fdfb3c01656432acb1509d6f904 /irc/ircd-ru | |
parent | ab510b3a99b38472e6359a68b64f037be6becc49 (diff) | |
download | freebsd-ports-gnome-c81ed329cc94f7e3ec49a2ecc3c551115496bf4b.tar.gz freebsd-ports-gnome-c81ed329cc94f7e3ec49a2ecc3c551115496bf4b.tar.zst freebsd-ports-gnome-c81ed329cc94f7e3ec49a2ecc3c551115496bf4b.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 |