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/quirc | |
parent | b5b2fe16059090bd016691f254ca384925120daf (diff) | |
download | ports-b111804601159bc53be3e38be51a0671ccd4209c.tar.gz ports-b111804601159bc53be3e38be51a0671ccd4209c.zip |
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
Notes
Notes:
svn path=/head/; revision=19854
Diffstat (limited to 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 5e864e0a74d9..1d343728cf7b 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -3,12 +3,12 @@ # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/06/09 01:58:17 steve Exp $ +# $Id: Makefile,v 1.2 1999/06/19 08:25:54 cpiazza Exp $ # DISTNAME= quirc PKGNAME= quirc-0.9.77 -CATEGORIES= net tk80 +CATEGORIES= irc tk80 MASTER_SITES= http://www.quirc.org/ \ http://patearl.powersurfr.com/quirc/ |