[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pkgsrc/doc/guide/files/plist.xml: 1.2 -> 1.3
以下のページの更新をしました。
pkgsrc/doc/guide/files/plist.xml: 1.2 -> 1.3
> revision 1.3
> date: 2005/03/24 05:05:34; author: ben; state: Exp; lines: +9 -1
> Update for recent changes of the default value of PLIST_SRC.
>
> This addresses PR#29569
追加部分の訳は原文そのままなので、すぐに commit します。
以下、訳と原文それぞれの新旧の差分です。
--- plist.xml.orig 2006-09-06 21:24:06.000000000 +0900
+++ plist.xml 2006-09-06 21:24:06.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: plist.xml,v 1.2 2005/03/24 04:50:08 ben Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.3 2005/03/24 05:05:34 ben Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: plist.xml,v 1.2 2005/03/24 04:50:08 ben Exp -->
+<!-- NetBSD: plist.xml,v 1.3 2005/03/24 05:05:34 ben Exp -->
<chapter id="plist">
<title>PLIST 問題</title>
@@ -197,6 +197,14 @@
</listitem>
<listitem>
+ <para><filename>PLIST.${MACHINE_ARCH}</filename></para>
+ </listitem>
+
+ <listitem>
+ <para><filename>PLIST.${OPSYS}-${MACHINE_ARCH}</filename></para>
+ </listitem>
+
+ <listitem>
<para><filename>PLIST.common_end</filename></para>
</listitem>
</itemizedlist>
Index: plist.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/plist.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plist.xml 24 Mar 2005 04:50:08 -0000 1.2
+++ plist.xml 24 Mar 2005 05:05:34 -0000 1.3
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.2 2005/03/24 04:50:08 ben Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.3 2005/03/24 05:05:34 ben Exp $ -->
<chapter id="plist">
<title>PLIST issues</title>
@@ -205,6 +205,14 @@
</listitem>
<listitem>
+ <para><filename>PLIST.${MACHINE_ARCH}</filename></para>
+ </listitem>
+
+ <listitem>
+ <para><filename>PLIST.${OPSYS}-${MACHINE_ARCH}</filename></para>
+ </listitem>
+
+ <listitem>
<para><filename>PLIST.common_end</filename></para>
</listitem>
</itemizedlist>