diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /net/coda5_client | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 4 | ||||
-rw-r--r-- | net/coda5_client/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 2ab5f25d3cc..774fe22f060 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/09/29 15:40:29 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/17 18:18:40 wiz Exp $ # DISTNAME= coda-5.3.5 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= phil@cs.wwu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ +COMMENT= client programs for a replicated high-performance networ +k file system DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses diff --git a/net/coda5_client/pkg/COMMENT b/net/coda5_client/pkg/COMMENT deleted file mode 100644 index 63bd0981848..00000000000 --- a/net/coda5_client/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -client programs for a replicated high-performance network file system |