diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-23 09:59:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-23 09:59:16 +0000 |
commit | 27f04a3c8e5ac8459c7b1da7e856362f3fec2912 (patch) | |
tree | 8aaad8619597f9d79d3cd5fc72618f3cfb1954ea /deskutils | |
parent | Here's a port of one of the better calendar programs I've seen. (diff) |
Yipes, the category name is "utilities", not "utils"....
Notes
Notes:
svn path=/head/; revision=2099
Diffstat (limited to 'deskutils')
-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 ff22bc1312dd..3726bbbc950c 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$ +# $Id: Makefile,v 1.1.1.1 1995/08/23 09:45:12 asami Exp $ # DISTNAME= ical-1.9 -CATEGORIES+= utils +CATEGORIES+= utilities MASTER_SITES= ftp://ftp.sterling.com/programming/languages/tcl/code/ical/ LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \ |