Submitted by:	wblock
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-09-23 15:24:13 +00:00
parent 008b5c5652
commit 72f18ede2d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45662

View file

@ -2656,10 +2656,9 @@ do-install:
<para>Porting PEAR modules is a very simple process.</para> <para>Porting PEAR modules is a very simple process.</para>
<para>Add <literal>USES=pear</literal> to the port's <para>Add <literal>USES=pear</literal> to the port's
<filename>Makefile</filename>. The framework will then <filename>Makefile</filename>. The framework will install the
automatically install the relevant files at the right place, relevant files in the right places and automatically generate
it will also automatically generate the plist at install the plist at install time.</para>
time.</para>
<example xml:id="pear-makefile"> <example xml:id="pear-makefile">
<title>Example Makefile for PEAR Class</title> <title>Example Makefile for PEAR Class</title>