summaryrefslogtreecommitdiff
path: root/lang/icon
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /lang/icon
parentCATAGORIES+= -> CATAGORIES= (diff)
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4416
Diffstat (limited to 'lang/icon')
-rw-r--r--lang/icon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 97957b1d367d..f549b27b3f71 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -3,12 +3,12 @@
# Date created: 05 April 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.4 1995/11/22 13:12:50 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/05 08:33:57 tg Exp $
#
DISTNAME= icon-9.1
DISTFILES= unix.tar.gz
-CATEGORIES+= lang
+CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
MAINTAINER= ports@freebsd.org