diff options
author | asami <asami@FreeBSD.org> | 1995-08-23 09:59:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-23 09:59:16 +0000 |
commit | 373b0c663d18b380c9f6616ec3c1ddc27a858c20 (patch) | |
tree | 40fff213f258572b817a5594ebb6b3a2cc91b517 /deskutils | |
parent | ab910d6f11a187742d58a0862a0d09c24ae2bf2c (diff) | |
download | FreeBSD-ports-373b0c663d18b380c9f6616ec3c1ddc27a858c20.zip FreeBSD-ports-373b0c663d18b380c9f6616ec3c1ddc27a858c20.tar.gz |
Yipes, the category name is "utilities", not "utils"....
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 ff22bc1..3726bbb 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 \ |