diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 977abb294d..c94325df71 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -53,13 +53,16 @@ PORTVERSION Set PORTNAME to the base - name of the port, and PORTVERSION to the - version number of the port. + name of the port. Set PORTVERSION to the + version number of the port unless + DISTVERSION is used (see + ). - The package name must be unique among all of the ports - tree. Make sure that there is not already a port with the - same PORTNAME and if there is add one of + The package name must be unique across the entire ports + tree. Make sure that the PORTNAME is not + already in use by an existing port. If the name has already + been used, add either PKGNAMEPREFIX or PKGNAMESUFFIX.