summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-14 11:32:21 +0000
committerwiz <wiz>2012-08-14 11:32:21 +0000
commitb63faed97e5432abb69932b8d6e7654e33e9fd8b (patch)
treefa25e8bc551237c30590faa7af1fd2e59ac5e6f8 /doc/guide
parent3e845dd4cb1d9bf7efafa4ab797605c6c3f2fcd2 (diff)
downloadpkgsrc-b63faed97e5432abb69932b8d6e7654e33e9fd8b.tar.gz
Fix REPLACE_PYTHON example, prompted by Moritz Wilhelmy.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/creating.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml
index eb26ea981ae..c887f590297 100644
--- a/doc/guide/files/creating.xml
+++ b/doc/guide/files/creating.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.10 2011/05/21 16:39:03 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.11 2012/08/14 11:32:21 wiz Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -176,9 +176,10 @@ egg-aware, you only need to include
<para>In order to correctly set the path to the Python interpreter, use the
<varname>REPLACE_PYTHON</varname> variable and set it to the list of files
-that must be corrected. For example :
+(paths relative to <varname>WRKSRC</varname>) that must be corrected.
+For example :
<programlisting>
-REPLACE_PYTHON= ${WRKSRC}/*.py
+REPLACE_PYTHON= *.py
</programlisting></para>
</sect2>