View | Details | Raw Unified | Return to bug 76659
Collapse All | Expand All

(-)book.sgml (-3 / +4 lines)
Lines 25-30 Link Here
25
      <year>2002</year>
25
      <year>2002</year>
26
      <year>2003</year>
26
      <year>2003</year>
27
      <year>2004</year>
27
      <year>2004</year>
28
      <year>2005</year>
28
      <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation
29
      <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation
29
	Project</holder>
30
	Project</holder>
30
    </copyright>
31
    </copyright>
Lines 1970-1976 Link Here
1970
	  be <emphasis>virtual</emphasis> categories&mdash;those that do
1971
	  be <emphasis>virtual</emphasis> categories&mdash;those that do
1971
	  not have a corresponding subdirectory in the ports tree&mdash;
1972
	  not have a corresponding subdirectory in the ports tree&mdash;
1972
	  or <emphasis>physical</emphasis> categories&mdash;those that
1973
	  or <emphasis>physical</emphasis> categories&mdash;those that
1973
	  do.  The following text dicusses the issues involved in creating
1974
	  do.  The following text discusses the issues involved in creating
1974
	  a new physical category so that you can understand them before
1975
	  a new physical category so that you can understand them before
1975
	  you propose one.</para>
1976
	  you propose one.</para>
1976
1977
Lines 4297-4303 Link Here
4297
		<command>jikes</command> bytecode compiler to build. When
4298
		<command>jikes</command> bytecode compiler to build. When
4298
		no value is set for this variable, the port will use
4299
		no value is set for this variable, the port will use
4299
		<command>jikes</command> to build if available. You may
4300
		<command>jikes</command> to build if available. You may
4300
		also explicitely forbid or enforce the use of
4301
		also explicitly forbid or enforce the use of
4301
		<command>jikes</command> (by setting <literal>'no'</literal>
4302
		<command>jikes</command> (by setting <literal>'no'</literal>
4302
		or <literal>'yes'</literal>). In the later case, <filename
4303
		or <literal>'yes'</literal>). In the later case, <filename
4303
		role="package">devel/jikes</filename> will be added to build
4304
		role="package">devel/jikes</filename> will be added to build
Lines 4559-4565 Link Here
4559
	  <filename>${PREFIX}/share/${PORTNAME}</filename>.  It is a good
4560
	  <filename>${PREFIX}/share/${PORTNAME}</filename>.  It is a good
4560
	  idea to override <makevar>DATADIR</makevar> to
4561
	  idea to override <makevar>DATADIR</makevar> to
4561
	  <filename>${JAVASHAREDIR}/${PORTNAME}</filename> for Java ports.
4562
	  <filename>${JAVASHAREDIR}/${PORTNAME}</filename> for Java ports.
4562
	  Indeed, <makevar>DATADIR</makevar> is automatically addded to
4563
	  Indeed, <makevar>DATADIR</makevar> is automatically added to
4563
	  <makevar>PLIST_SUB</makevar> (documented in <xref
4564
	  <makevar>PLIST_SUB</makevar> (documented in <xref
4564
	  linkend="porting-plist">) so you may use
4565
	  linkend="porting-plist">) so you may use
4565
	  <literal>%%DATADIR%%</literal> directly in
4566
	  <literal>%%DATADIR%%</literal> directly in

Return to bug 76659