diff options
Diffstat (limited to 'converters/code2html/Makefile')
-rw-r--r-- | converters/code2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/code2html/Makefile b/converters/code2html/Makefile index 98137a15eeb..4b564a9c487 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:27:12 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/21 16:36:12 martti Exp $ # DISTNAME= code2html-0.9.1 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.palfrader.org/code2html/all/ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.palfrader.org/code2html/ -COMMENT= convert a program source code to syntax highlighted HTML +COMMENT= Convert a program source code to syntax highlighted HTML NO_BUILD= # defined REPLACE_PERL= ${WRKSRC}/code2html |