Fix two misspelled make variables. WKRSRC -> WRKSRC and
WKRDIRPREFIX -> WRKDIRPREFIX. The PR noted the second one and I found the first one while fixing the second one. PR: docs/14053 Submitted by: Andrew <andrew@ugh.net.au>
This commit is contained in:
parent
268caa2ee2
commit
d8445b9cea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5772
4 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.56 1999/09/14 03:15:45 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.57 1999/09/19 01:28:54 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1766,7 +1766,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
<makevar>MASTER_SITES</makevar>).</para>
|
||||
|
||||
<para>If the patch is not relative to the top of the source tree
|
||||
(i.e., <makevar>WKRSRC</makevar>) because it contains some extra
|
||||
(i.e., <makevar>WRKSRC</makevar>) because it contains some extra
|
||||
pathnames, set <makevar>PATCH_DIST_STRIP</makevar> accordingly. For
|
||||
instance, if all the pathnames in the patch have an extra
|
||||
<literal>foozolix-1.0/</literal> in front of the filenames, then set
|
||||
|
@ -3130,7 +3130,7 @@ post-install:
|
|||
|
||||
<para>Also, if you are defining <makevar>WRKDIR</makevar> yourself,
|
||||
make sure you prepend
|
||||
<literal>${WKRDIRPREFIX}${.CURDIR}</literal> in the
|
||||
<literal>${WRKDIRPREFIX}${.CURDIR}</literal> in the
|
||||
front.</para>
|
||||
</sect3>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.56 1999/09/14 03:15:45 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.57 1999/09/19 01:28:54 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1766,7 +1766,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
<makevar>MASTER_SITES</makevar>).</para>
|
||||
|
||||
<para>If the patch is not relative to the top of the source tree
|
||||
(i.e., <makevar>WKRSRC</makevar>) because it contains some extra
|
||||
(i.e., <makevar>WRKSRC</makevar>) because it contains some extra
|
||||
pathnames, set <makevar>PATCH_DIST_STRIP</makevar> accordingly. For
|
||||
instance, if all the pathnames in the patch have an extra
|
||||
<literal>foozolix-1.0/</literal> in front of the filenames, then set
|
||||
|
@ -3130,7 +3130,7 @@ post-install:
|
|||
|
||||
<para>Also, if you are defining <makevar>WRKDIR</makevar> yourself,
|
||||
make sure you prepend
|
||||
<literal>${WKRDIRPREFIX}${.CURDIR}</literal> in the
|
||||
<literal>${WRKDIRPREFIX}${.CURDIR}</literal> in the
|
||||
front.</para>
|
||||
</sect3>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.56 1999/09/14 03:15:45 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.57 1999/09/19 01:28:54 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1766,7 +1766,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
<makevar>MASTER_SITES</makevar>).</para>
|
||||
|
||||
<para>If the patch is not relative to the top of the source tree
|
||||
(i.e., <makevar>WKRSRC</makevar>) because it contains some extra
|
||||
(i.e., <makevar>WRKSRC</makevar>) because it contains some extra
|
||||
pathnames, set <makevar>PATCH_DIST_STRIP</makevar> accordingly. For
|
||||
instance, if all the pathnames in the patch have an extra
|
||||
<literal>foozolix-1.0/</literal> in front of the filenames, then set
|
||||
|
@ -3130,7 +3130,7 @@ post-install:
|
|||
|
||||
<para>Also, if you are defining <makevar>WRKDIR</makevar> yourself,
|
||||
make sure you prepend
|
||||
<literal>${WKRDIRPREFIX}${.CURDIR}</literal> in the
|
||||
<literal>${WRKDIRPREFIX}${.CURDIR}</literal> in the
|
||||
front.</para>
|
||||
</sect3>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.56 1999/09/14 03:15:45 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.57 1999/09/19 01:28:54 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1766,7 +1766,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
<makevar>MASTER_SITES</makevar>).</para>
|
||||
|
||||
<para>If the patch is not relative to the top of the source tree
|
||||
(i.e., <makevar>WKRSRC</makevar>) because it contains some extra
|
||||
(i.e., <makevar>WRKSRC</makevar>) because it contains some extra
|
||||
pathnames, set <makevar>PATCH_DIST_STRIP</makevar> accordingly. For
|
||||
instance, if all the pathnames in the patch have an extra
|
||||
<literal>foozolix-1.0/</literal> in front of the filenames, then set
|
||||
|
@ -3130,7 +3130,7 @@ post-install:
|
|||
|
||||
<para>Also, if you are defining <makevar>WRKDIR</makevar> yourself,
|
||||
make sure you prepend
|
||||
<literal>${WKRDIRPREFIX}${.CURDIR}</literal> in the
|
||||
<literal>${WRKDIRPREFIX}${.CURDIR}</literal> in the
|
||||
front.</para>
|
||||
</sect3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue