diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
commit | 510bcaa2de6fe345f19661f4b874adc150460211 (patch) | |
tree | 13b1dd128e794add7444bb39fc28dfcfc2237596 /net/gopher/Makefile | |
parent | Move utils to misc. Add www. (diff) |
Change "networking" to "net".
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r-- | net/gopher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 9a5c0e86f309..98dcd9275bf6 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -3,12 +3,12 @@ # Date created: 11 Dec 1994 # Whom: ats # -# $Id: Makefile,v 1.4 1995/04/16 15:37:13 ache Exp $ +# $Id: Makefile,v 1.5 1995/04/24 07:53:09 asami Exp $ # DISTNAME= gopher2_1_3 PKGNAME= gopher-2.1.3 -CATEGORIES+= networking +CATEGORIES+= net MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ EXTRACT_SUFX= .tar.Z |