|
Lines 2996-3006
Link Here
|
| 2996 |
extracted into a directory called <filename>foo</filename> (and not |
2996 |
extracted into a directory called <filename>foo</filename> (and not |
| 2997 |
<filename>foo-1.0</filename>) you would write:</para> |
2997 |
<filename>foo-1.0</filename>) you would write:</para> |
| 2998 |
|
2998 |
|
| 2999 |
<programlisting>WRKSRC= foo</programlisting> |
2999 |
<programlisting>WRKSRC= ${WRKDIR}/foo</programlisting> |
| 3000 |
|
3000 |
|
| 3001 |
<para>or possibly</para> |
3001 |
<para>or possibly</para> |
| 3002 |
|
3002 |
|
| 3003 |
<programlisting>WRKSRC= ${PORTNAME}</programlisting> |
3003 |
<programlisting>WRKSRC= ${WRKDIR}/${PORTNAME}</programlisting> |
| 3004 |
</sect2> |
3004 |
</sect2> |
| 3005 |
|
3005 |
|
| 3006 |
<sect2> |
3006 |
<sect2> |