diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 10:30:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 10:30:53 +0000 |
commit | cbc8047226791193310cae3a056fbe8cfffedb94 (patch) | |
tree | f67b4c222948794e7061d3797e533b87c219849b | |
parent | 47a1b6abe45c415d4f39864756da2aefe7fd991f (diff) | |
download | FreeBSD-ports-cbc8047226791193310cae3a056fbe8cfffedb94.zip FreeBSD-ports-cbc8047226791193310cae3a056fbe8cfffedb94.tar.gz |
Remove "x11" from category line, this program just uses X.
-rw-r--r-- | ftp/llnlxdir/Makefile | 4 | ||||
-rw-r--r-- | ftp/llnlxftp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 748de0d..eb63e3c 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -4,12 +4,12 @@ # # Whom: Dima Ruban <dima@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/10 04:59:27 dima Exp $ # DISTNAME= latest_xdir PKGNAME= llnlxdir-2.0 -CATEGORIES= x11 net +CATEGORIES= net MASTER_SITES= ftp://k2.llnl.gov/pub/ia/llnlxdir/ EXTRACT_SUFX= .tar.Z diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 994de8f..1b7422a 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -4,12 +4,12 @@ # # Whom: Dima Ruban <dima@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/10 05:02:30 dima Exp $ # DISTNAME= latest_xftp PKGNAME= llnlxftp-2.1 -CATEGORIES= x11 net +CATEGORIES= net MASTER_SITES= ftp://k2.llnl.gov/pub/ia/llnlxftp/ EXTRACT_SUFX= .tar.Z |