diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-08-02 10:44:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-08-02 10:44:03 +0000 |
commit | 779e91cb052b8447247c14d3384ca9782cdba5c1 (patch) | |
tree | 55f9bbe55727cd1e02f677f507306044d3edf8d8 /ftp/llnlxftp | |
parent | 50b7d12b42da9e964329f627ab402a39b810a7ac (diff) | |
download | ports-779e91cb052b8447247c14d3384ca9782cdba5c1.tar.gz ports-779e91cb052b8447247c14d3384ca9782cdba5c1.zip |
Change "net" -> "ftp".
Notes
Notes:
svn path=/head/; revision=20493
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 123eec1a847d..c51124e42579 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -4,12 +4,12 @@ # # Whom: Dima Ruban <dima@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1997/11/10 10:30:53 asami Exp $ +# $Id: Makefile,v 1.3 1999/02/21 21:44:32 dima Exp $ # DISTNAME= latest_xftp PKGNAME= llnlxftp-2.1 -CATEGORIES= net +CATEGORIES= ftp MASTER_SITES= ftp://ftp-lc.llnl.gov/pub/ia/llnlxftp/ EXTRACT_SUFX= .tar.Z |