svn commit: r46655 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Mathieu Arnold mat at FreeBSD.org
Tue May 5 07:31:39 UTC 2015


Author: mat
Date: Tue May  5 07:31:38 2015
New Revision: 46655
URL: https://svnweb.freebsd.org/changeset/doc/46655

Log:
  Use real Make code and not pseudo-code.
  
  PR:		199327
  Differential Revision:	https://reviews.freebsd.org/D2437
  Submitted by:	Andrew Terekhov
  Reviewed by:	wblock
  Approved by:	wblock (mentor)
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Tue May  5 04:28:51 2015	(r46654)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Tue May  5 07:31:38 2015	(r46655)
@@ -2747,7 +2747,7 @@ PATCHFILES=	patch1:test</programlisting>
 	<literal>${PKGNAMEPREFIX}${PORTNAME}</literal> are
 	fine).  This will change <varname>DISTDIR</varname> from the
 	default <filename>/usr/ports/distfiles</filename> to
-	<filename>/usr/ports/distfiles/DIST_SUBDIR</filename>, and in
+	<filename>/usr/ports/distfiles/${DIST_SUBDIR}</filename>, and in
 	effect puts everything that is required for the port into
 	that subdirectory.</para>
 


More information about the svn-doc-all mailing list