diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-19 13:19:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-19 13:19:01 +0000 |
commit | cc7ea0df7ed32ac0ab81a5e994c46f7b100fed53 (patch) | |
tree | 3e08729b0b4e99033f5252dde7c4af493850cd9f /net | |
parent | bd4d1809947b06d807665b9178256bd4839e84f7 (diff) | |
download | pkgsrc-cc7ea0df7ed32ac0ab81a5e994c46f7b100fed53.tar.gz |
Fixed the COMMENT and the contents of DESCR. The gopher server isn't
included anymore.
See http://mail-index.netbsd.org/pkgsrc-users/2007/03/18/0008.html
Diffstat (limited to 'net')
-rw-r--r-- | net/gopher/DESCR | 4 | ||||
-rw-r--r-- | net/gopher/Makefile | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/gopher/DESCR b/net/gopher/DESCR index 1155d063427..08b24094c0f 100644 --- a/net/gopher/DESCR +++ b/net/gopher/DESCR @@ -2,9 +2,7 @@ The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by -using a client-server communications model. The Internet Gopher -Server accepts simple queries, and responds by sending the client a -document. +using a client-server communications model. This is the Gopher+ distribution based on the University of Minnesota's Internet Gopher+ distribution for UNIX machines. diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 8d181df5fea..cc95d036813 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/03/19 13:19:01 rillig Exp $ # DISTNAME= gopher_3.0.11 @@ -9,7 +9,7 @@ MASTER_SITES= http://quux.org/devel/gopher/Downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= gopher://quux.org/1/devel/gopher/ -COMMENT= Distributed document delivery client and server +COMMENT= Distributed document delivery client WRKSRC= ${WRKDIR}/gopher PKG_SYSCONFSUBDIR?= ${PKGBASE} |