diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
commit | 47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch) | |
tree | 04f524367e2c1e7a76912077649c7df5494a5dcb /misc/splitvt | |
parent | c52c50b28fefb499b5db9cfffad33f469456e36b (diff) | |
download | ports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.tar.gz ports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.zip |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Notes
Notes:
svn path=/head/; revision=4385
Diffstat (limited to 'misc/splitvt')
-rw-r--r-- | misc/splitvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index bd27511f4781..0bd7de4bb342 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -3,11 +3,11 @@ # Date created: Fri Oct 4, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.5 1995/04/24 03:38:04 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/11/03 08:42:02 obrien Exp $ # DISTNAME= splitvt-1.6.1 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.cc.gatech.edu/pub/linux/utils/console/ \ ftp://sunsite.unc.edu/pub/Linux/utils/console/ \ ftp://ftp.funet.fi/pub/Linux/sunsite/utils/console/ \ |