svn commit: r50122 - head/en_US.ISO8859-1/books/porters-handbook/plist

Mathieu Arnold mat at FreeBSD.org
Mon Apr 3 16:18:44 UTC 2017


Author: mat
Date: Mon Apr  3 16:18:43 2017
New Revision: 50122
URL: https://svnweb.freebsd.org/changeset/doc/50122

Log:
  Don't tell people to use post-stage.
  
  Sponsored by:	Absolight

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Sun Apr  2 11:23:38 2017	(r50121)
+++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Mon Apr  3 16:18:43 2017	(r50122)
@@ -161,7 +161,7 @@ PLIST_SUB+=	X11I386="@comment "
 	is created.   If they are not created by the port code, create
 	them in the <filename>Makefile</filename>:</para>
 
-      <programlisting>post-stage:
+      <programlisting>post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/some/directory</programlisting>
 
       <para>Add the directory to <filename>pkg-plist</filename>


More information about the svn-doc-head mailing list