diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
commit | e34d788c225e357cb23f47954be75e15cf37a635 (patch) | |
tree | e0220cbb13db9aaea63e44542c5968dbebbc8305 /deskutils/ical | |
parent | 25c1b1ab740bc45f51c286a501be2a5bf0a5578e (diff) |
Change "utilities" category to "misc" in preparation for move to misc.
Notes
Notes:
svn path=/head/; revision=2466
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index b546d872d7ca..f20902d97bf0 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,11 +3,11 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1995/08/23 09:59:16 asami Exp $ +# $Id: Makefile,v 1.3 1995/10/28 20:33:18 erich Exp $ # DISTNAME= ical-1.9 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://ftp.sterling.com/programming/languages/tcl/code/ical/ MAINTAINER= erich@FreeBSD.org |