Make a "FreeBSD 3.0" -> "FreeBSD" as it was generic FreeBSD in general.

This commit is contained in:
David E. O'Brien 1998-08-23 01:58:23 +00:00
parent 41c864a80d
commit 9385666468
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3394

View file

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.108 1998-08-16 05:56:49 hoek Exp $ --> <!-- $Id: porting.sgml,v 1.109 1998-08-23 01:58:23 obrien Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading> <sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
@ -18,7 +18,7 @@ of the sources being ported, but merely those differences required for
running under FreeBSD. running under FreeBSD.
<p>What follows are some guidelines for creating a new port for <p>What follows are some guidelines for creating a new port for
FreeBSD 3.x. The bulk of the work is done by FreeBSD. The bulk of the work is done by
<tt>/usr/share/mk/bsd.port.mk</tt>, which all port Makefiles include. <tt>/usr/share/mk/bsd.port.mk</tt>, which all port Makefiles include.
Please refer to that file for more details on the inner workings of Please refer to that file for more details on the inner workings of
the ports collection. Even if you don't hack Makefiles daily, it is the ports collection. Even if you don't hack Makefiles daily, it is