diff options
author | yyamano <yyamano@pkgsrc.org> | 2006-11-23 11:54:57 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2006-11-23 11:54:57 +0000 |
commit | 89860a6f424207bde9dc6c7bc8042d8c7ea796af (patch) | |
tree | fae95399a2657565672238aab8b90ba621bb9b38 | |
parent | 46befd2c738b55c172af9be83c63e14db2aeae9b (diff) | |
download | pkgsrc-89860a6f424207bde9dc6c7bc8042d8c7ea796af.tar.gz |
Apply patch provided by kano@.
* Sync with the real.
* Consistently use <replaceable> tag for MyOS.
* s/MyOS.mk/tools.MyOS.mk/g
-rw-r--r-- | doc/guide/files/porting.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/porting.xml b/doc/guide/files/porting.xml index 2f3ae3ccfeb..0a94d9b4dcb 100644 --- a/doc/guide/files/porting.xml +++ b/doc/guide/files/porting.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: porting.xml,v 1.2 2006/05/10 20:56:00 rillig Exp $ --> +<!-- $NetBSD: porting.xml,v 1.3 2006/11/23 11:54:57 yyamano Exp $ --> <chapter id="porting"> <?dbhtml filename="porting.html"?> <title>Porting pkgsrc</title> @@ -17,7 +17,7 @@ <variablelist> - <varlistentry><term><filename>bootstrap/mods/mk/<replaceable>MyOS</replaceable>.sys.mk</filename></term> + <varlistentry><term><filename>pkgtools/bootstrap-mk-files/files/mods/<replaceable>MyOS</replaceable>.sys.mk</filename></term> <listitem><para>This file contains some basic definitions, for example the name of the C compiler.</para></listitem></varlistentry> @@ -31,13 +31,13 @@ <varname>APPEND_ELF</varname>, and the other variables that appear in this file.</para></listitem></varlistentry> - <varlistentry><term><filename>mk/platform/MyOS.mk</filename></term> + <varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.mk</filename></term> <listitem><para>This file contains the platform-specific definitions that are used by pkgsrc. Start by copying one of the other files and edit it to your needs.</para></listitem></varlistentry> - <varlistentry><term><filename>mk/platform/MyOS.pkg.dist</filename></term> + <varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.pkg.dist</filename></term> <listitem><para>This file contains a list of directories, together with their permission bits and ownership. These directories will be created automatically with every package @@ -45,7 +45,7 @@ have been some discussions about whether this file is needed at all, but with no result.</para></listitem></varlistentry> - <varlistentry><term><filename>mk/platform/MyOS.x11.dist</filename></term> + <varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.x11.dist</filename></term> <listitem><para>Just copy one of the pre-existing x11.dist files to your <filename><replaceable>MyOS</replaceable>.x11.dist</filename>.</para></listitem></varlistentry> @@ -58,7 +58,7 @@ pkgsrc brings its own tools, which can be enabled here.</para></listitem></varlistentry> - <varlistentry><term><filename>mk/tools/<replaceable>MyOS</replaceable>.mk</filename></term> + <varlistentry><term><filename>mk/tools/tools.<replaceable>MyOS</replaceable>.mk</filename></term> <listitem><para>This file defines the paths to all the tools that are needed by one or the other package in pkgsrc, as well as by pkgsrc itself. Find out where these tools are on your |