diff options
author | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
commit | 16a95f548a758d828bcacff04535926bcce180b1 (patch) | |
tree | 32a03d4fa1b62c956de2cd87f27a4f6b1e82c320 /editors | |
parent | 7836a4102623d9d92425926490542d3cf33bd656 (diff) | |
download | freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.tar.gz freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.tar.zst freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.zip |
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 4 | ||||
-rw-r--r-- | editors/xed/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index aa2b95a94990..63bfbce1561f 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -4,11 +4,11 @@ # # Whom: Daniel Eischen <deischen@iworks.InterWorks.org> # -# $Id: Makefile,v 1.9 1998/01/16 21:09:22 jfieber Exp $ +# $Id: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $ # DISTNAME= nedit-5.0.2 -CATEGORIES= editors x11 +CATEGORIES= editors MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/ \ ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/contrib/ DISTFILES= nedit_source.tar.gz nedit.app-defaults diff --git a/editors/xed/Makefile b/editors/xed/Makefile index bef2183149f9..c80c2421728e 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,12 +3,12 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.5 1996/11/18 09:52:52 asami Exp $ +# $Id: Makefile,v 1.6 1997/10/26 23:57:10 fenner Exp $ # DISTNAME= xed1.3 PKGNAME= xed-1.3 -CATEGORIES= editors x11 +CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z |