Use real Make code and not pseudo-code.
PR: 199327 Differential Revision: https://reviews.freebsd.org/D2437 Submitted by: Andrew Terekhov Reviewed by: wblock Approved by: wblock (mentor) Sponsored by: Absolight
This commit is contained in:
parent
cf4ca2a9e2
commit
37526238aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46655
1 changed files with 1 additions and 1 deletions
|
@ -2747,7 +2747,7 @@ PATCHFILES= patch1:test</programlisting>
|
||||||
<literal>${PKGNAMEPREFIX}${PORTNAME}</literal> are
|
<literal>${PKGNAMEPREFIX}${PORTNAME}</literal> are
|
||||||
fine). This will change <varname>DISTDIR</varname> from the
|
fine). This will change <varname>DISTDIR</varname> from the
|
||||||
default <filename>/usr/ports/distfiles</filename> to
|
default <filename>/usr/ports/distfiles</filename> to
|
||||||
<filename>/usr/ports/distfiles/DIST_SUBDIR</filename>, and in
|
<filename>/usr/ports/distfiles/${DIST_SUBDIR}</filename>, and in
|
||||||
effect puts everything that is required for the port into
|
effect puts everything that is required for the port into
|
||||||
that subdirectory.</para>
|
that subdirectory.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue