From 27c3dc2207844075e0ee0561109b0639995e36b5 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 2 Sep 2003 12:48:33 +0000 Subject: Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. --- converters/code2html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/code2html') diff --git a/converters/code2html/Makefile b/converters/code2html/Makefile index 4b564a9c487..6367f5e1258 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:36:12 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/02 12:50:45 seb Exp $ # DISTNAME= code2html-0.9.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.palfrader.org/code2html/ COMMENT= Convert a program source code to syntax highlighted HTML NO_BUILD= # defined -REPLACE_PERL= ${WRKSRC}/code2html +REPLACE_PERL= code2html USE_PERL5= run do-install: -- cgit v1.2.3