Update PEAR instructions to match reality.
PR: docs/99733, docs/99734 Submitted by: clsung
This commit is contained in:
parent
b2c09ab9b3
commit
5e8f36551d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28189
1 changed files with 2 additions and 9 deletions
|
@ -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>${PORTSDIR}/devel/pear-PEAR/Makefile.common</filename>
|
||||
<filename>${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 <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk></programlisting>
|
||||
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue