diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 07:53:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 07:53:15 +0000 |
commit | 2d285b863e41331368c2c6e18a2fd4a41c8df21d (patch) | |
tree | 1a1912abf9ec6c6d7b2dd866e0449fa6fe2f083c /net/gopher/Makefile | |
parent | 8c23ed92747653f869cd8ceed355c95f6cd4b83a (diff) | |
download | FreeBSD-ports-2d285b863e41331368c2c6e18a2fd4a41c8df21d.zip FreeBSD-ports-2d285b863e41331368c2c6e18a2fd4a41c8df21d.tar.gz |
Update, 2.1 -> 2.1.3.
NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(),
which, according to the comments, is a replacement of setpwfile(), which
according to the manpage of getpwent(), is deprecated.
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r-- | net/gopher/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index b1d66f4..9a5c0e8 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gopher -# Version required: 2.1 +# Version required: 2.1.3 # Date created: 11 Dec 1994 # Whom: ats # -# $Id: Makefile,v 1.3 1995/04/15 05:41:32 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/16 15:37:13 ache Exp $ # -DISTNAME= gopher2.1 -PKGNAME= gopher-2.1 +DISTNAME= gopher2_1_3 +PKGNAME= gopher-2.1.3 CATEGORIES+= networking MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ EXTRACT_SUFX= .tar.Z |