diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-07 21:04:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-07 21:04:44 +0000 |
commit | 9ebedd0c23090138bc770046c7aaf6a4196838d6 (patch) | |
tree | 2e449b5716ac5e3bc8f19f772dde1f49eb08fb88 /doc/guide | |
parent | 4f59818ca397a0a8ad8c34ad79350bc491cfbf3b (diff) | |
download | pkgsrc-9ebedd0c23090138bc770046c7aaf6a4196838d6.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.xml | 4 |
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> |