diff options
author | yyamano <yyamano@pkgsrc.org> | 2006-11-23 11:49:55 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2006-11-23 11:49:55 +0000 |
commit | 46befd2c738b55c172af9be83c63e14db2aeae9b (patch) | |
tree | a2fafb4b2c9861081cbae3b06a86516847893bb5 | |
parent | be5ee17c6a967d444076adabf4c1f7e65caeda82 (diff) | |
download | pkgsrc-46befd2c738b55c172af9be83c63e14db2aeae9b.tar.gz |
Sync with the real. Apply patch provided by kano@.
-rw-r--r-- | doc/guide/files/binary.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index ca14d0acec2..46d9feaccc9 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.29 2006/11/23 11:42:54 yyamano Exp $ --> +<!-- $NetBSD: binary.xml,v 1.30 2006/11/23 11:49:55 yyamano Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -134,12 +134,12 @@ building errors would not show up.</para></listitem> <listitem><para><varname>CHECK_FILES</varname> - (<filename>pkgsrc/mk/bsd.pkg.check.mk</filename>) can be set to + (<filename>pkgsrc/mk/check/check-files.mk</filename>) can be set to <quote>yes</quote> to check that the installed set of files matches the <filename>PLIST</filename>.</para></listitem> <listitem><para><varname>CHECK_INTERPRETER</varname> - (<filename>pkgsrc/mk/bsd.pkg.check.mk</filename>) can be set to + (<filename>pkgsrc/mk/check/check-interpreter.mk</filename>) can be set to <quote>yes</quote> to check that the installed <quote>#!</quote>-scripts will find their interpreter.</para></listitem> |