Be pedantic:
"A port is not the minimal set of files to compile a program. The minimal set of files needed to compile a program includes the source code. It's a minimal set of files that tells your system how to compile that source code." PR: docs/32109 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
This commit is contained in:
parent
31e0264d2a
commit
45dff1fbfb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11259
1 changed files with 2 additions and 2 deletions
|
@ -565,8 +565,8 @@ docbook =
|
|||
<para>The first thing that should be explained
|
||||
when it comes to the ports collection is what is actually meant
|
||||
by a <quote>skeleton</quote>. In a nutshell, a port skeleton is a
|
||||
minimal set of files that are needed for a program to compile and
|
||||
install cleanly on FreeBSD. Each port skeleton includes:</para>
|
||||
minimal set of files that tell your FreeBSD system how to
|
||||
cleanly compile and install a program. Each port skeleton includes:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue