diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-08 00:24:25 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-08 00:24:25 +0000 |
commit | b1f1b49f825c6cae738be5c8b6c0a2da73205794 (patch) | |
tree | ea9ea8e897ae833030860c0effdb20c675e33e37 /net/libicq | |
parent | 733680371fe1a3f414047f4d2439cf7f65df5f77 (diff) | |
download | FreeBSD-ports-b1f1b49f825c6cae738be5c8b6c0a2da73205794.zip FreeBSD-ports-b1f1b49f825c6cae738be5c8b6c0a2da73205794.tar.gz |
Fixed ${CATEGORIS} from devel to net
Diffstat (limited to 'net/libicq')
-rw-r--r-- | net/libicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libicq/Makefile b/net/libicq/Makefile index 6d47b71..80b261d 100644 --- a/net/libicq/Makefile +++ b/net/libicq/Makefile @@ -3,11 +3,11 @@ # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.2 1998/11/23 06:07:44 asami Exp $ +# $Id: Makefile,v 1.3 1999/03/15 19:59:22 nectar Exp $ # DISTNAME= libicq-0.33 -CATEGORIES= devel +CATEGORIES= net MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ http://www.nectar.com/distfiles/ |