diff options
author | abs <abs@pkgsrc.org> | 2001-05-17 08:38:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-05-17 08:38:42 +0000 |
commit | d67a3f63b3f4ba1684e1c9a35f65737bfcc21439 (patch) | |
tree | 822f0529fc298e01120f1a1147886ef3ab8e9df8 /devel/cweb | |
parent | ec13ac2e64e9c090da252d059c7ca1478375cbc9 (diff) | |
download | pkgsrc-d67a3f63b3f4ba1684e1c9a35f65737bfcc21439.tar.gz |
Lose leading '(The|the) ' from COMMENT
Diffstat (limited to 'devel/cweb')
-rw-r--r-- | devel/cweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index b2afd3db4eb..3633aa1e506 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/18 15:15:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/17 08:38:43 abs Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html -COMMENT= The CWEB System of Structured Documentation +COMMENT= CWEB System of Structured Documentation DEPENDS+= teTeX-[0-9]*:../../print/teTeX |