Update PEAR instructions to match reality.

PR:		docs/99733, docs/99734
Submitted by:	clsung
This commit is contained in:
Alex Dupre 2006-07-03 05:45:53 +00:00
parent b2c09ab9b3
commit 5e8f36551d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28189

View file

@ -5633,13 +5633,6 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
<entry>Want the Apache module or the CGI version of PHP.</entry>
</row>
<row>
<entry><makevar>WANT_PHP_PEAR</makevar></entry>
<entry>Want the PEAR framework.</entry>
</row>
</tbody>
</tgroup>
</table>
@ -5660,7 +5653,7 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
<filename>pkg-plist</filename>.</para>
<para>Include
<filename>&dollar;{PORTSDIR}/devel/pear-PEAR/Makefile.common</filename>
<filename>&dollar;{PORTSDIR}/devel/pear/bsd.pear.mk</filename>
on the last line of the <filename>Makefile</filename>.</para>
<example id="pear-makefile">
@ -5687,7 +5680,7 @@ DOCS= TODO
_DOCSDIR= .
.include &lt;bsd.port.pre.mk&gt;
.include "&dollar;{PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include "&dollar;{PORTSDIR}/devel/pear/bsd.pear.mk"
.include &lt;bsd.port.post.mk&gt;</programlisting>
</example>