diff options
author | kent <kent> | 2002-06-26 03:50:49 +0000 |
---|---|---|
committer | kent <kent> | 2002-06-26 03:50:49 +0000 |
commit | 4d6a4b50bdff1f0859f0beac124cc38c1248178b (patch) | |
tree | f125bca8b46b168273c8770753c309fb9934cf78 /chat | |
parent | ceea0dd58e4f20831afc6b3abba53189646beb62 (diff) | |
download | pkgsrc-4d6a4b50bdff1f0859f0beac124cc38c1248178b.tar.gz |
Move eggdrop from net/ to chat/.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index 61467f0e8d0..c0716034827 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/06/20 04:41:45 grant Exp $ +# $NetBSD: Makefile,v 1.40 2002/06/26 03:50:49 kent Exp $ # COMMENT= communication programs @@ -9,6 +9,7 @@ SUBDIR+= blackened SUBDIR+= bnc SUBDIR+= centericq SUBDIR+= dircproxy +SUBDIR+= eggdrop SUBDIR+= ekg SUBDIR+= emech SUBDIR+= epic4 |