diff options
author | asami <asami@FreeBSD.org> | 1995-05-19 17:40:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-19 17:40:06 +0800 |
commit | 8fb5d4cfee52bf90f56ee7a850e4279b33ca6fa1 (patch) | |
tree | a17cab0b7af6cac9c699e045cd8a561def69e954 | |
parent | 87aeaea89eeb2bfd6ae47f38f9951147ccb83235 (diff) | |
download | freebsd-ports-graphics-8fb5d4cfee52bf90f56ee7a850e4279b33ca6fa1.tar.gz freebsd-ports-graphics-8fb5d4cfee52bf90f56ee7a850e4279b33ca6fa1.tar.zst freebsd-ports-graphics-8fb5d4cfee52bf90f56ee7a850e4279b33ca6fa1.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.
-rw-r--r-- | misc/tkman/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xperfmon/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xperfmon3/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 4b61745b4b4..13023b9ed1b 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.5 1995/04/12 20:31:41 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/13 10:22:04 asami Exp $ # DISTNAME= tkman-1.6 -CATEGORIES+= x11 +CATEGORIES+= utilities MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index dd5644ebbd1..6bc00bd6697 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -3,13 +3,13 @@ # Date created: 8 March 95 # Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de> # -# $Id: Makefile,v 1.3 1995/04/12 15:22:37 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/12 20:32:12 asami Exp $ # DISTNAME= xperfmon++ PKGNAME= xperfmon-1.1 USE_IMAKE= yes -CATEGORIES+= x11 +CATEGORIES+= utilities # In Germany try this # MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index dd5644ebbd1..6bc00bd6697 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -3,13 +3,13 @@ # Date created: 8 March 95 # Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de> # -# $Id: Makefile,v 1.3 1995/04/12 15:22:37 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/12 20:32:12 asami Exp $ # DISTNAME= xperfmon++ PKGNAME= xperfmon-1.1 USE_IMAKE= yes -CATEGORIES+= x11 +CATEGORIES+= utilities # In Germany try this # MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ |