Index: en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml @@ -49,7 +49,7 @@ The extract target is run. It looks for the port's distribution file (typically a - gzipped tarball) in + compressed tarball) in DISTDIR and unpacks it into a temporary subdirectory specified by WRKDIR (defaults to work). @@ -372,13 +372,11 @@ Do not add $FreeBSD$ RCS strings in patches. When patches are added to the - Subversion repository with - svn add, the - fbsd:nokeywords property is set to - yes automatically so keywords in the patch - are not modified when committed. The property can be added - manually with svn propset fbsd:nokeywords yes - files.... + Subversion repository, the + fbsd:nokeywords property is set, so keywords + in the patch are not modified when committed. The property + can be added manually with svn propset fbsd:nokeywords + yes files.... Using the recurse () option to &man.diff.1; to generate patches is fine, but please look at @@ -392,8 +390,8 @@ configure, do not take the diffs of configure (it often grows to a few thousand lines!). Instead, define - USE_AUTOTOOLS=autoconf:261 and take the - diffs of configure.in. + USE_AUTOTOOLS=autoconf and take the diffs + of configure.in.