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/tkman | |
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/tkman')
-rw-r--r-- | misc/tkman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index efa5739f713d..4c84603d3138 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,11 +3,11 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.16 1996/06/15 06:24:23 asami Exp $ +# $Id: Makefile,v 1.17 1996/10/21 06:46:52 tg Exp $ # DISTNAME= tkman-1.8b5 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z |