diff options
author | seb <seb@pkgsrc.org> | 2003-09-02 12:48:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-02 12:48:33 +0000 |
commit | 118ca52653514e7e8e895a70c2c9dbbe3dc41f16 (patch) | |
tree | 55169fb70a0a8a2d471bd2e5176ce382d6c60997 /converters/code2html | |
parent | 19db7f1a618709273faa8a477f1a3bdef58ca8be (diff) | |
download | pkgsrc-118ca52653514e7e8e895a70c2c9dbbe3dc41f16.tar.gz |
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'converters/code2html')
-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 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: |