summaryrefslogtreecommitdiff
path: root/doc/guide/files
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-18 20:18:50 +0000
committerwiz <wiz>2014-01-18 20:18:50 +0000
commitbafefdc43832954ca7e1632a26a260e6e66d3cd6 (patch)
tree98fe88b539c7e6fb163ebd53c4638c15ec9623bc /doc/guide/files
parent558ceabbcb9ce3840d5838d8e97ca54863f5552e (diff)
downloadpkgsrc-bafefdc43832954ca7e1632a26a260e6e66d3cd6.tar.gz
Fix typo.
Diffstat (limited to 'doc/guide/files')
-rw-r--r--doc/guide/files/creating.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml
index 13c20f68792..cd6c3d889df 100644
--- a/doc/guide/files/creating.xml
+++ b/doc/guide/files/creating.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.15 2014/01/18 20:17:10 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.16 2014/01/18 20:18:50 wiz Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -141,7 +141,7 @@ If some Python versions are not supported by the software, set the
<varname>PYTHON_VERSIONS_INCOMPATIBLE</varname> variable to the Python versions
that are not supported, e.g.
<programlisting>
-PYTHON_VERSIONS_ACCEPTED= 26
+PYTHON_VERSIONS_INCOMPATIBLE= 26
</programlisting></para>
<para>