diff options
author | yyamano <yyamano> | 2006-11-23 11:49:55 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2006-11-23 11:49:55 +0000 |
commit | 445cd4806f5779176f25235972216fc171eaf0fd (patch) | |
tree | a2fafb4b2c9861081cbae3b06a86516847893bb5 /doc/guide | |
parent | 7c5526aec775c58ee1a5068bdcdf25f869c966a6 (diff) | |
download | pkgsrc-445cd4806f5779176f25235972216fc171eaf0fd.tar.gz |
Sync with the real. Apply patch provided by kano@.
Diffstat (limited to 'doc/guide')
-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> |