diff options
author | nork <nork@FreeBSD.org> | 2004-10-31 23:07:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-31 23:07:18 +0800 |
commit | 9a1cdcf831c8759931ae0cce896c4463e065b2f6 (patch) | |
tree | 7aa2b852d6abb79131b3d00a97a1e3b43b1a4de1 /irc | |
parent | 22855c51aad6e7ef59e2f61aea6b3ee6807e9904 (diff) | |
download | freebsd-ports-gnome-9a1cdcf831c8759931ae0cce896c4463e065b2f6.tar.gz freebsd-ports-gnome-9a1cdcf831c8759931ae0cce896c4463e065b2f6.tar.zst freebsd-ports-gnome-9a1cdcf831c8759931ae0cce896c4463e065b2f6.zip |
Reconnect riece* instead of liece*.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/Makefile b/irc/Makefile index 4ccdb22beab8..4154abf044a3 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -48,9 +48,6 @@ SUBDIR += konversation SUBDIR += kvirc SUBDIR += kwirc - SUBDIR += liece - SUBDIR += liece-dcc - SUBDIR += liece-emacs20 SUBDIR += lostirc SUBDIR += miau SUBDIR += muh @@ -75,6 +72,8 @@ SUBDIR += py-supybot SUBDIR += quirc SUBDIR += rbot + SUBDIR += riece + SUBDIR += riece-emacs20 SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica |