summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorseb <seb>2003-09-02 12:48:33 +0000
committerseb <seb>2003-09-02 12:48:33 +0000
commit27c3dc2207844075e0ee0561109b0639995e36b5 (patch)
tree55169fb70a0a8a2d471bd2e5176ce382d6c60997 /converters
parent6be5fe7fa00a97d25beb271cfe2cc7ed6e24b58e (diff)
downloadpkgsrc-27c3dc2207844075e0ee0561109b0639995e36b5.tar.gz
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'converters')
-rw-r--r--converters/code2html/Makefile4
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: