${WRKSRC} should be an absolute path; reflect this in the documentation.

PR:		docs/50182
Submitted by:	Henrik Motakef <henrik.motakef@web.de>, yar
This commit is contained in:
Ceri Davies 2003-04-02 21:11:44 +00:00
parent 861ee29e93
commit b0bd8a03d3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16420

View file

@ -2996,11 +2996,11 @@ PORTVERSION= 1.0</programlisting>
extracted into a directory called <filename>foo</filename> (and not
<filename>foo-1.0</filename>) you would write:</para>
<programlisting>WRKSRC= foo</programlisting>
<programlisting>WRKSRC= ${WRKDIR}/foo</programlisting>
<para>or possibly</para>
<programlisting>WRKSRC= ${PORTNAME}</programlisting>
<programlisting>WRKSRC= ${WRKDIR}/${PORTNAME}</programlisting>
</sect2>
<sect2>