summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-02-17 20:26:03 +0000
committerdmcmahill <dmcmahill>2001-02-17 20:26:03 +0000
commitca0ac936e25499a0a8bc0a2efa86391dc7a341c4 (patch)
tree6947af82c5edc1ad095c5edeb5325c677468650d
parente350a44832fcc6a3aa1465cc067f0c47dfef913d (diff)
downloadpkgsrc-ca0ac936e25499a0a8bc0a2efa86391dc7a341c4.tar.gz
fix spillover of COMMENT= onto next line.
-rw-r--r--net/coda5_client/Makefile5
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