diff options
author | asami <asami@FreeBSD.org> | 1995-05-19 17:34:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-19 17:34:57 +0800 |
commit | 87aeaea89eeb2bfd6ae47f38f9951147ccb83235 (patch) | |
tree | 11a98bd9b3517a7c31ef8daaa426b501e6265c66 /misc | |
parent | d4a318971918fa6431c52c21b7cebd9e0bfd1e42 (diff) | |
download | freebsd-ports-gnome-87aeaea89eeb2bfd6ae47f38f9951147ccb83235.tar.gz freebsd-ports-gnome-87aeaea89eeb2bfd6ae47f38f9951147ccb83235.tar.zst freebsd-ports-gnome-87aeaea89eeb2bfd6ae47f38f9951147ccb83235.zip |
These belong to utilities, not x11, so change CATEGORIES to reflect
the fact. They will be moved via repository copy after the release
when we reorganize the ports subdirectories.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tkinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 7eafe99c7d49..1b3dd0ba8a4f 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,11 +3,11 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/12 20:31:37 asami Exp $ # DISTNAME= tkinfo-0.6 -CATEGORIES+= x11 +CATEGORIES+= utilities MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ EXTRACT_SUFX= .tar.Z |