summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-07-09 16:59:25 +0000
committeragc <agc@pkgsrc.org>2003-07-09 16:59:25 +0000
commit2b21c288d152c4ed55b0e41f6732bd758cd18447 (patch)
treeda9f5b86084e17a8dd7de49e06361029222ccd32 /Packages.txt
parentafa8c34d030ba1bfc965339ec91398267616cae6 (diff)
downloadpkgsrc-2b21c288d152c4ed55b0e41f6732bd758cd18447.tar.gz
Clarify that the pathname of scripts relative to ${WRKSRC} is used in
_REPLACE_FILES.${interpreter}, just as in REPLACE_PERL
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index 22d2dacacb8..13b8190236a 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.300 2003/07/09 16:14:51 agc Exp $
+# $NetBSD: Packages.txt,v 1.301 2003/07/09 16:59:25 agc Exp $
###########################################################################
==========================
@@ -2520,7 +2520,8 @@ definitions in your Makefile (we shall use tclsh in this example):
REPLACE_INTERPRETER+= tcl
_REPLACE.tcl.old= .*/bin/tclsh
_REPLACE.tcl.new= ${PREFIX}/bin/tclsh
-_REPLACE_FILES.tcl= ...list of tcl scripts which need to be fixed
+_REPLACE_FILES.tcl= ...list of tcl scripts which need to be fixed,
+ relative to ${WRKSRC}, just as in REPLACE_PERL
11 Submitting & Committing