diff options
Diffstat (limited to 'converters/code2html')
-rw-r--r-- | converters/code2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/code2html/Makefile b/converters/code2html/Makefile index da4437be8da..ce85627626b 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/03/17 21:40:45 darcy Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 00:20:10 asau Exp $ # DISTNAME= code2html-0.9.1 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.palfrader.org/code2html/ COMMENT= Convert a program source code to syntax highlighted HTML -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes REPLACE_PERL= code2html USE_TOOLS+= perl:run |