diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 18:30:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 18:30:53 +0800 |
commit | cbc8047226791193310cae3a056fbe8cfffedb94 (patch) | |
tree | f67b4c222948794e7061d3797e533b87c219849b /ftp/llnlxftp | |
parent | 47a1b6abe45c415d4f39864756da2aefe7fd991f (diff) | |
download | freebsd-ports-gnome-cbc8047226791193310cae3a056fbe8cfffedb94.tar.gz freebsd-ports-gnome-cbc8047226791193310cae3a056fbe8cfffedb94.tar.zst freebsd-ports-gnome-cbc8047226791193310cae3a056fbe8cfffedb94.zip |
Remove "x11" from category line, this program just uses X.
Diffstat (limited to 'ftp/llnlxftp')
-rw-r--r-- | ftp/llnlxftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 994de8f535bc..1b7422a94a8b 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 |