diff options
author | asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
commit | 422c3208b6aaa43cf9813d5a60186362439964d7 (patch) | |
tree | 4d56626b11c8a65139d8d8ec861b914271740669 /ftp/ncftp3 | |
parent | 74cf2063147580a0d91c5239a97c72b1d49fd88b (diff) | |
download | FreeBSD-ports-422c3208b6aaa43cf9813d5a60186362439964d7.zip FreeBSD-ports-422c3208b6aaa43cf9813d5a60186362439964d7.tar.gz |
Change "networking" to "net".
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 26868c1..a1147bd 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -3,11 +3,11 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.29 1995/10/16 11:30:02 ache Exp $ +# $Id: Makefile,v 1.30 1995/11/23 20:37:59 ache Exp $ # DISTNAME= ncftp-2.2.2 -CATEGORIES+= networking +CATEGORIES+= net MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ EXTRACT_SUFX= .tgz |