diff options
author | billf <billf@FreeBSD.org> | 1999-06-28 10:24:57 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-28 10:24:57 +0800 |
commit | 86ceae31b5b21ee89bb77280cf883802adeaec8b (patch) | |
tree | d7b8f250df5dc0c32d82790ad2f94f66986c4ddd /irc/xchat | |
parent | 93b7c13d1d6e4558e7faeb43cf87d0af561cca89 (diff) | |
download | freebsd-ports-graphics-86ceae31b5b21ee89bb77280cf883802adeaec8b.tar.gz freebsd-ports-graphics-86ceae31b5b21ee89bb77280cf883802adeaec8b.tar.zst freebsd-ports-graphics-86ceae31b5b21ee89bb77280cf883802adeaec8b.zip |
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 7dc3fdb1bd3..5950da2adf9 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -3,11 +3,11 @@ # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $ +# $Id: Makefile,v 1.13 1999/06/21 01:53:27 cpiazza Exp $ # DISTNAME= xchat-0.9.9 -CATEGORIES= net +CATEGORIES= irc MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ http://www.spyda.co.za/pub/linux/x11/irc/xchat/ |