summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz>2013-04-07 21:04:44 +0000
committerwiz <wiz>2013-04-07 21:04:44 +0000
commit316c998eed97bfd3da7ad2b31757b74a978da613 (patch)
tree2e449b5716ac5e3bc8f19f772dde1f49eb08fb88 /doc/guide
parent5ca67f2f93564feb67aa83240b7235d93601b287 (diff)
downloadpkgsrc-316c998eed97bfd3da7ad2b31757b74a978da613.tar.gz
Fix INFO_FILES line in example.
XXX: can't regen either, see rodent's mail to pkgsrc-changes.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/examples.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/examples.xml b/doc/guide/files/examples.xml
index 0451f5d7289..6c907a99422 100644
--- a/doc/guide/files/examples.xml
+++ b/doc/guide/files/examples.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: examples.xml,v 1.13 2012/04/15 22:01:00 wiz Exp $ -->
+<!-- $NetBSD: examples.xml,v 1.14 2013/04/07 21:04:44 wiz Exp $ -->
<appendix id="examples">
<title>A simple example package: bison</title>
@@ -28,7 +28,7 @@ HOMEPAGE= http://www.gnu.org/software/bison/bison.html
COMMENT= GNU yacc clone
GNU_CONFIGURE= yes
-INFO_FILES= bison.info
+INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"
</programlisting>