summaryrefslogtreecommitdiff
path: root/misc/chord/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
commit47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch)
tree04f524367e2c1e7a76912077649c7df5494a5dcb /misc/chord/Makefile
parentUpgrade (diff)
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Notes
Notes: svn path=/head/; revision=4385
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r--misc/chord/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile
index 5656718929a0..d6cebdb6dda9 100644
--- a/misc/chord/Makefile
+++ b/misc/chord/Makefile
@@ -3,12 +3,12 @@
# Date created: 24 April 1995
# Whom: Satoshi Asami
#
-# $Id: Makefile,v 1.1.1.1 1995/04/25 07:29:35 asami Exp $
+# $Id: Makefile,v 1.2 1995/11/26 10:47:29 asami Exp $
#
DISTNAME= chord
PKGNAME= chord-3.6
-CATEGORIES+= misc
+CATEGORIES= misc
MASTER_SITES= ftp://freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= asami@FreeBSD.ORG