Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2017 16:18:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50122 - head/en_US.ISO8859-1/books/porters-handbook/plist
Message-ID:  <201704031618.v33GIhK4066609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031618.v33GIhK4066609>