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 a462af0f4ef..dee982350f6 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= code2html-0.9.1 @@ -9,7 +9,7 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.palfrader.org/code2html/ COMMENT= Convert a program source code to syntax highlighted HTML -NO_BUILD= # defined +NO_BUILD= yes REPLACE_PERL= code2html USE_TOOLS+= perl:run |