diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 02:24:57 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 02:24:57 +0000 |
commit | b111804601159bc53be3e38be51a0671ccd4209c (patch) | |
tree | 1605d513e08571ad2eafeb964ff0e6e9ecd6aa83 /irc/sirc/Makefile | |
parent | Fix the fix for -current (no longer use sys/rlist.h). (diff) |
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
Notes
Notes:
svn path=/head/; revision=19854
Diffstat (limited to 'irc/sirc/Makefile')
-rw-r--r-- | irc/sirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index 466631d41ee3..9b81b4aea783 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Studded <Studded@dal.net> # -# $Id: Makefile,v 1.2 1998/05/07 21:58:53 mph Exp $ +# $Id: Makefile,v 1.3 1998/09/16 06:55:15 asami Exp $ # # If you need SOCKS support, define SOCKS_SERVER with # the name of your SOCKS proxy and remove the '#'. @@ -13,7 +13,7 @@ # SOCKS_SERVER= your.socks.proxy DISTNAME= sirc-2.211 -CATEGORIES= net +CATEGORIES= irc MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/sirc/ \ ftp://ftp1.dal.net/dalnet/clients/unix/sirc/ \ ftp://ftp2.dal.net/dalnet/clients/unix/sirc/ |