diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml index e3219e2c90..476a626438 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml @@ -1,7 +1,7 @@ @@ -65,22 +65,14 @@ - A files directory. The - files directory contains a file named - md5. This file is named after the MD5 - algorithm used to determine ports checksums. A checksum is a - number generated by adding up all the data in the file you - want to check. If any characters change, the checksum will - differ from the original and an error message will be - displayed so you are able to investigate the changes. - - The files directory can also contain - other files that are required by the port but do not belong - elsewhere in the directory structure. + A distinfo file. This file contains + information about the files that must be downloaded to build the + port, and checksums, to ensure that that files have not been + corrupted during the download. - + - A patches directory. This directory + A files directory. This directory contains patches to make the program compile and install on your FreeBSD system. Patches are basically small files that specify changes to particular files. They are in plain text @@ -88,32 +80,25 @@ Change line 26 to this .... Patches are also known as diffs because they are generated by the diff program. + + This directory may also contain other files used in building + the port. - A pkg directory. This directory - normally contains three files. Occasionally, there will be - more than three, but it depends on the port. Most only - require three. The files are: + A pkg-comment file. This is a one-line + description of the program. + - - - COMMENT. This is a one-line - description of the program. - - - - DESCR. This is a more detailed, - often multiple-line, description of the program. - - - - PLIST. This is a list of all the - files that will be installed by the port. It also tells - the ports system what files to remove upon - deinstallation. - - + + A pkg-descr file. This is a more + detailed, often multiple-line, description of the program. + + + + A pkg-plist file. This is a list of all + the files that will be installed by the port. It also tells the + ports system what files to remove upon deinstallation. diff --git a/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml index e3219e2c90..476a626438 100644 --- a/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml @@ -1,7 +1,7 @@ @@ -65,22 +65,14 @@ - A files directory. The - files directory contains a file named - md5. This file is named after the MD5 - algorithm used to determine ports checksums. A checksum is a - number generated by adding up all the data in the file you - want to check. If any characters change, the checksum will - differ from the original and an error message will be - displayed so you are able to investigate the changes. - - The files directory can also contain - other files that are required by the port but do not belong - elsewhere in the directory structure. + A distinfo file. This file contains + information about the files that must be downloaded to build the + port, and checksums, to ensure that that files have not been + corrupted during the download. - + - A patches directory. This directory + A files directory. This directory contains patches to make the program compile and install on your FreeBSD system. Patches are basically small files that specify changes to particular files. They are in plain text @@ -88,32 +80,25 @@ Change line 26 to this .... Patches are also known as diffs because they are generated by the diff program. + + This directory may also contain other files used in building + the port. - A pkg directory. This directory - normally contains three files. Occasionally, there will be - more than three, but it depends on the port. Most only - require three. The files are: + A pkg-comment file. This is a one-line + description of the program. + - - - COMMENT. This is a one-line - description of the program. - - - - DESCR. This is a more detailed, - often multiple-line, description of the program. - - - - PLIST. This is a list of all the - files that will be installed by the port. It also tells - the ports system what files to remove upon - deinstallation. - - + + A pkg-descr file. This is a more + detailed, often multiple-line, description of the program. + + + + A pkg-plist file. This is a list of all + the files that will be installed by the port. It also tells the + ports system what files to remove upon deinstallation.