diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-08 08:24:25 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-08 08:24:25 +0800 |
commit | b1f1b49f825c6cae738be5c8b6c0a2da73205794 (patch) | |
tree | ea9ea8e897ae833030860c0effdb20c675e33e37 /net | |
parent | 733680371fe1a3f414047f4d2439cf7f65df5f77 (diff) | |
download | freebsd-ports-gnome-b1f1b49f825c6cae738be5c8b6c0a2da73205794.tar.gz freebsd-ports-gnome-b1f1b49f825c6cae738be5c8b6c0a2da73205794.tar.zst freebsd-ports-gnome-b1f1b49f825c6cae738be5c8b6c0a2da73205794.zip |
Fixed ${CATEGORIS} from devel to net
Diffstat (limited to 'net')
-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 6d47b718323b..80b261d7bf73 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/ |