diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-02-17 20:26:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-02-17 20:26:03 +0000 |
commit | d0641a511d0b991e932f4acb89fd6636985eed59 (patch) | |
tree | 6947af82c5edc1ad095c5edeb5325c677468650d | |
parent | ccbccdc81b460c708333d873b73576b9ed3a5728 (diff) | |
download | pkgsrc-d0641a511d0b991e932f4acb89fd6636985eed59.tar.gz |
fix spillover of COMMENT= onto next line.
-rw-r--r-- | net/coda5_client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 774fe22f060..63d3654135c 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/02/17 18:18:40 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/02/17 20:26:03 dmcmahill Exp $ # DISTNAME= coda-5.3.5 @@ -9,8 +9,7 @@ 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 +COMMENT= client programs for a replicated high-performance network file system DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses |