summaryrefslogtreecommitdiff
path: root/lang/logo
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/logo
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/logo')
-rw-r--r--lang/logo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index ed49c7820289..d1e6976ff4a7 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -3,11 +3,11 @@
# Date created: 22 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.8 1995/08/16 23:55:38 jkh Exp $
+# $Id: Makefile,v 1.9 1995/11/22 13:12:54 asami Exp $
#
DISTNAME= ucblogo-3.3
-CATEGORIES+= lang
+CATEGORIES= lang
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/
MAINTAINER= jmacd@FreeBSD.ORG